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