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