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