pub struct Models<'a, S> { /* private fields */ }Expand description
The models endpoint of a client, from Client::models.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, S> !RefUnwindSafe for Models<'a, S>
impl<'a, S> !UnwindSafe for Models<'a, S>
impl<'a, S> Freeze for Models<'a, S>
impl<'a, S> Send for Models<'a, S>
impl<'a, S> Sync for Models<'a, S>
impl<'a, S> Unpin for Models<'a, S>
impl<'a, S> UnsafeUnpin for Models<'a, S>where
&'a Client<S>: UnsafeUnpin,
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