pub enum GroupInclude {
Users,
Memberships,
}
Expand description
The types of associated data which can be fetched along with a group
Variants§
Trait Implementations§
Source§impl Clone for GroupInclude
impl Clone for GroupInclude
Source§fn clone(&self) -> GroupInclude
fn clone(&self) -> GroupInclude
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 moreSource§impl Debug for GroupInclude
impl Debug for GroupInclude
Auto Trait Implementations§
impl Freeze for GroupInclude
impl RefUnwindSafe for GroupInclude
impl Send for GroupInclude
impl Sync for GroupInclude
impl Unpin for GroupInclude
impl UnwindSafe for GroupInclude
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