Struct redmine_api::api::my_account::GetMyAccountBuilder
source · 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 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 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