pub struct GetUserBuilder {
user_id: Option<Uuid>,
/* private fields */
}
Expand description
Builder for GetUser
.
Fields§
§user_id: Option<Uuid>
Implementations§
Source§impl GetUserBuilder
impl GetUserBuilder
Source§impl GetUserBuilder
impl GetUserBuilder
pub async fn send(&self) -> UserResponse
Trait Implementations§
Source§impl Clone for GetUserBuilder
impl Clone for GetUserBuilder
Source§fn clone(&self) -> GetUserBuilder
fn clone(&self) -> GetUserBuilder
Returns a copy 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