pub struct GroupsGetOptions {
pub fields: Option<Vec<String>>,
}Expand description
Optional parameters for GroupsManager::get.
Fields§
§fields: Option<Vec<String>>Trait Implementations§
Source§impl Clone for GroupsGetOptions
impl Clone for GroupsGetOptions
Source§fn clone(&self) -> GroupsGetOptions
fn clone(&self) -> GroupsGetOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GroupsGetOptions
impl Debug for GroupsGetOptions
Source§impl Default for GroupsGetOptions
impl Default for GroupsGetOptions
Source§fn default() -> GroupsGetOptions
fn default() -> GroupsGetOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GroupsGetOptions
impl RefUnwindSafe for GroupsGetOptions
impl Send for GroupsGetOptions
impl Sync for GroupsGetOptions
impl Unpin for GroupsGetOptions
impl UnsafeUnpin for GroupsGetOptions
impl UnwindSafe for GroupsGetOptions
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