pub struct ListPack {
pub name: String,
pub ignored: bool,
}Fields§
§name: String§ignored: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for ListPack
impl RefUnwindSafe for ListPack
impl Send for ListPack
impl Sync for ListPack
impl Unpin for ListPack
impl UnsafeUnpin for ListPack
impl UnwindSafe for ListPack
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