pub struct NoModel;Auto Trait Implementations§
impl Freeze for NoModel
impl RefUnwindSafe for NoModel
impl Send for NoModel
impl Sync for NoModel
impl Unpin for NoModel
impl UnsafeUnpin for NoModel
impl UnwindSafe for NoModel
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