pub struct UnifiedIdentity {
pub display_name: String,
pub four_words: String,
}Expand description
Snapshot of identity metadata shown in nav bars and headers.
Fields§
§display_name: String§four_words: StringTrait Implementations§
Source§impl Clone for UnifiedIdentity
impl Clone for UnifiedIdentity
Source§fn clone(&self) -> UnifiedIdentity
fn clone(&self) -> UnifiedIdentity
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 UnifiedIdentity
impl Debug for UnifiedIdentity
Source§impl Default for UnifiedIdentity
impl Default for UnifiedIdentity
Source§fn default() -> UnifiedIdentity
fn default() -> UnifiedIdentity
Returns the “default value” for a type. Read more
Source§impl PartialEq for UnifiedIdentity
impl PartialEq for UnifiedIdentity
impl Eq for UnifiedIdentity
impl StructuralPartialEq for UnifiedIdentity
Auto Trait Implementations§
impl Freeze for UnifiedIdentity
impl RefUnwindSafe for UnifiedIdentity
impl Send for UnifiedIdentity
impl Sync for UnifiedIdentity
impl Unpin for UnifiedIdentity
impl UnsafeUnpin for UnifiedIdentity
impl UnwindSafe for UnifiedIdentity
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