pub struct MeHumanIdentity {
pub raw: String,
pub alias: String,
pub handle: String,
pub space: String,
pub namespace: String,
pub uri: String,
}Fields§
§raw: String§alias: String§handle: String§space: String§namespace: String§uri: StringTrait Implementations§
Source§impl Clone for MeHumanIdentity
impl Clone for MeHumanIdentity
Source§fn clone(&self) -> MeHumanIdentity
fn clone(&self) -> MeHumanIdentity
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 MeHumanIdentity
impl Debug for MeHumanIdentity
impl Eq for MeHumanIdentity
Source§impl PartialEq for MeHumanIdentity
impl PartialEq for MeHumanIdentity
impl StructuralPartialEq for MeHumanIdentity
Auto Trait Implementations§
impl Freeze for MeHumanIdentity
impl RefUnwindSafe for MeHumanIdentity
impl Send for MeHumanIdentity
impl Sync for MeHumanIdentity
impl Unpin for MeHumanIdentity
impl UnsafeUnpin for MeHumanIdentity
impl UnwindSafe for MeHumanIdentity
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