pub struct GetMyAccountBuilder {}
Expand description
Builder for GetMyAccount
.
Implementations§
Source§impl GetMyAccountBuilder
impl GetMyAccountBuilder
Sourcepub fn build(&self) -> Result<GetMyAccount, GetMyAccountBuilderError>
pub fn build(&self) -> Result<GetMyAccount, GetMyAccountBuilderError>
Trait Implementations§
Source§impl Clone for GetMyAccountBuilder
impl Clone for GetMyAccountBuilder
Source§fn clone(&self) -> GetMyAccountBuilder
fn clone(&self) -> GetMyAccountBuilder
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 GetMyAccountBuilder
impl RefUnwindSafe for GetMyAccountBuilder
impl Send for GetMyAccountBuilder
impl Sync for GetMyAccountBuilder
impl Unpin for GetMyAccountBuilder
impl UnwindSafe for GetMyAccountBuilder
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