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