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