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