pub struct GetTwinoidUserOptions {
pub id: TwinoidUserId,
pub time: Option<Instant>,
}Fields§
§id: TwinoidUserId§time: Option<Instant>Trait Implementations§
Source§impl Clone for GetTwinoidUserOptions
impl Clone for GetTwinoidUserOptions
Source§fn clone(&self) -> GetTwinoidUserOptions
fn clone(&self) -> GetTwinoidUserOptions
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 GetTwinoidUserOptions
impl Debug for GetTwinoidUserOptions
impl Eq for GetTwinoidUserOptions
Source§impl Hash for GetTwinoidUserOptions
impl Hash for GetTwinoidUserOptions
Source§impl Ord for GetTwinoidUserOptions
impl Ord for GetTwinoidUserOptions
Source§fn cmp(&self, other: &GetTwinoidUserOptions) -> Ordering
fn cmp(&self, other: &GetTwinoidUserOptions) -> Ordering
1.21.0 (const: unstable) · 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 GetTwinoidUserOptions
impl PartialEq for GetTwinoidUserOptions
Source§impl PartialOrd for GetTwinoidUserOptions
impl PartialOrd for GetTwinoidUserOptions
impl StructuralPartialEq for GetTwinoidUserOptions
Auto Trait Implementations§
impl Freeze for GetTwinoidUserOptions
impl RefUnwindSafe for GetTwinoidUserOptions
impl Send for GetTwinoidUserOptions
impl Sync for GetTwinoidUserOptions
impl Unpin for GetTwinoidUserOptions
impl UnsafeUnpin for GetTwinoidUserOptions
impl UnwindSafe for GetTwinoidUserOptions
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