pub struct ListForCheck(/* private fields */);Trait Implementations§
Auto Trait Implementations§
impl Freeze for ListForCheck
impl RefUnwindSafe for ListForCheck
impl Send for ListForCheck
impl Sync for ListForCheck
impl Unpin for ListForCheck
impl UnsafeUnpin for ListForCheck
impl UnwindSafe for ListForCheck
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