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