pub struct GetUserBuilder { /* private fields */ }
Expand description
Builder for GetUser
.
Implementations§
Source§impl GetUserBuilder
impl GetUserBuilder
Trait Implementations§
Source§impl Clone for GetUserBuilder
impl Clone for GetUserBuilder
Source§fn clone(&self) -> GetUserBuilder
fn clone(&self) -> GetUserBuilder
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for GetUserBuilder
impl RefUnwindSafe for GetUserBuilder
impl Send for GetUserBuilder
impl Sync for GetUserBuilder
impl Unpin for GetUserBuilder
impl UnwindSafe for GetUserBuilder
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