pub struct AdoFields {
pub tags: String,
}Fields§
Comma separated list.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AdoFields
impl RefUnwindSafe for AdoFields
impl Send for AdoFields
impl Sync for AdoFields
impl Unpin for AdoFields
impl UnsafeUnpin for AdoFields
impl UnwindSafe for AdoFields
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more