Enum redmine_api::api::groups::GroupInclude
source · [−]pub enum GroupInclude {
Users,
Memberships,
}Expand description
The types of associated data which can be fetched along with a group
Variants
Users
The group members
Memberships
The project memberships for this group
Trait Implementations
sourceimpl Clone for GroupInclude
impl Clone for GroupInclude
sourcefn clone(&self) -> GroupInclude
fn clone(&self) -> GroupInclude
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 moresourceimpl Debug for GroupInclude
impl Debug for GroupInclude
Auto Trait Implementations
impl RefUnwindSafe for GroupInclude
impl Send for GroupInclude
impl Sync for GroupInclude
impl Unpin for GroupInclude
impl UnwindSafe for GroupInclude
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