Struct redmine_api::api::my_account::GetMyAccountBuilder
source · [−]pub struct GetMyAccountBuilder {}Expand description
Builder for GetMyAccount.
Implementations
sourceimpl GetMyAccountBuilder
impl GetMyAccountBuilder
sourcepub fn build(&self) -> Result<GetMyAccount, GetMyAccountBuilderError>
pub fn build(&self) -> Result<GetMyAccount, GetMyAccountBuilderError>
Trait Implementations
sourceimpl Clone for GetMyAccountBuilder
impl Clone for GetMyAccountBuilder
sourcefn clone(&self) -> GetMyAccountBuilder
fn clone(&self) -> GetMyAccountBuilder
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more