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