pub struct EnableRequest<'a> {
pub usergroup: &'a str,
pub include_count: Option<bool>,
}Fields§
§usergroup: &'a strThe encoded ID of the User Group to enable.
include_count: Option<bool>Include the number of users in the User Group.
Trait Implementations§
Source§impl<'a> Clone for EnableRequest<'a>
impl<'a> Clone for EnableRequest<'a>
Source§fn clone(&self) -> EnableRequest<'a>
fn clone(&self) -> EnableRequest<'a>
Returns a duplicate 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<'a> Debug for EnableRequest<'a>
impl<'a> Debug for EnableRequest<'a>
Source§impl<'a> Default for EnableRequest<'a>
impl<'a> Default for EnableRequest<'a>
Source§fn default() -> EnableRequest<'a>
fn default() -> EnableRequest<'a>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<'a> Freeze for EnableRequest<'a>
impl<'a> RefUnwindSafe for EnableRequest<'a>
impl<'a> Send for EnableRequest<'a>
impl<'a> Sync for EnableRequest<'a>
impl<'a> Unpin for EnableRequest<'a>
impl<'a> UnwindSafe for EnableRequest<'a>
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