pub struct Models { /* private fields */ }Expand description
The models resource.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Models
impl !UnwindSafe for Models
impl Freeze for Models
impl Send for Models
impl Sync for Models
impl Unpin for Models
impl UnsafeUnpin for Models
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