pub struct ListID;Expand description
ListID (66).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ListID
impl RefUnwindSafe for ListID
impl Send for ListID
impl Sync for ListID
impl Unpin for ListID
impl UnsafeUnpin for ListID
impl UnwindSafe for ListID
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