Struct redmine_api::api::groups::GetGroupBuilder
source · pub struct GetGroupBuilder { /* private fields */ }
Expand description
Builder for GetGroup
.
Implementations§
source§impl GetGroupBuilder
impl GetGroupBuilder
sourcepub fn include(&mut self, value: Vec<GroupInclude>) -> &mut Self
pub fn include(&mut self, value: Vec<GroupInclude>) -> &mut Self
associated data to include
Trait Implementations§
source§impl Clone for GetGroupBuilder
impl Clone for GetGroupBuilder
source§fn clone(&self) -> GetGroupBuilder
fn clone(&self) -> GetGroupBuilder
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 GetGroupBuilder
impl Send for GetGroupBuilder
impl Sync for GetGroupBuilder
impl Unpin for GetGroupBuilder
impl UnwindSafe for GetGroupBuilder
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