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