pub struct ListKinds<'a> { /* private fields */ }Expand description
Builder for Client::list_kinds
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for ListKinds<'a>
impl<'a> !RefUnwindSafe for ListKinds<'a>
impl<'a> Send for ListKinds<'a>
impl<'a> Sync for ListKinds<'a>
impl<'a> Unpin for ListKinds<'a>
impl<'a> UnsafeUnpin for ListKinds<'a>
impl<'a> !UnwindSafe for ListKinds<'a>
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