pub struct ListAttr {
pub list: String,
}Fields§
§list: StringTrait Implementations§
impl StructuralPartialEq for ListAttr
Auto Trait Implementations§
impl Freeze for ListAttr
impl RefUnwindSafe for ListAttr
impl Send for ListAttr
impl Sync for ListAttr
impl Unpin for ListAttr
impl UnsafeUnpin for ListAttr
impl UnwindSafe for ListAttr
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