pub struct GetUserOptions {
pub ref: UserRef,
pub fields: UserFields,
pub time: Option<Instant>,
pub skip_deleted: bool,
}Fields§
§ref: UserRef§fields: UserFields§time: Option<Instant>§skip_deleted: boolTrait Implementations§
Source§impl Clone for GetUserOptions
impl Clone for GetUserOptions
Source§fn clone(&self) -> GetUserOptions
fn clone(&self) -> GetUserOptions
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 Debug for GetUserOptions
impl Debug for GetUserOptions
Source§impl Hash for GetUserOptions
impl Hash for GetUserOptions
Source§impl Ord for GetUserOptions
impl Ord for GetUserOptions
Source§fn cmp(&self, other: &GetUserOptions) -> Ordering
fn cmp(&self, other: &GetUserOptions) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for GetUserOptions
impl PartialEq for GetUserOptions
Source§impl PartialOrd for GetUserOptions
impl PartialOrd for GetUserOptions
impl Eq for GetUserOptions
impl StructuralPartialEq for GetUserOptions
Auto Trait Implementations§
impl Freeze for GetUserOptions
impl RefUnwindSafe for GetUserOptions
impl Send for GetUserOptions
impl Sync for GetUserOptions
impl Unpin for GetUserOptions
impl UnwindSafe for GetUserOptions
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