pub struct UserDisplayNameVersions {
pub current: UserDisplayNameVersion,
}Fields§
§current: UserDisplayNameVersionTrait Implementations§
Source§impl Clone for UserDisplayNameVersions
impl Clone for UserDisplayNameVersions
Source§fn clone(&self) -> UserDisplayNameVersions
fn clone(&self) -> UserDisplayNameVersions
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 UserDisplayNameVersions
impl Debug for UserDisplayNameVersions
Source§impl Hash for UserDisplayNameVersions
impl Hash for UserDisplayNameVersions
Source§impl Ord for UserDisplayNameVersions
impl Ord for UserDisplayNameVersions
Source§fn cmp(&self, other: &UserDisplayNameVersions) -> Ordering
fn cmp(&self, other: &UserDisplayNameVersions) -> 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 UserDisplayNameVersions
impl PartialEq for UserDisplayNameVersions
Source§impl PartialOrd for UserDisplayNameVersions
impl PartialOrd for UserDisplayNameVersions
impl Eq for UserDisplayNameVersions
impl StructuralPartialEq for UserDisplayNameVersions
Auto Trait Implementations§
impl Freeze for UserDisplayNameVersions
impl RefUnwindSafe for UserDisplayNameVersions
impl Send for UserDisplayNameVersions
impl Sync for UserDisplayNameVersions
impl Unpin for UserDisplayNameVersions
impl UnwindSafe for UserDisplayNameVersions
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