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