pub struct DisplayName(pub ByteString);
Expand description
The displayname
property as defined in
RFC 4918.
Tuple Fields§
§0: ByteString
Trait Implementations§
Source§impl Clone for DisplayName
impl Clone for DisplayName
Source§fn clone(&self) -> DisplayName
fn clone(&self) -> DisplayName
Returns a copy 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 DisplayName
impl Debug for DisplayName
Source§impl Element for DisplayName
impl Element for DisplayName
Source§const LOCAL_NAME: &'static str = "displayname"
const LOCAL_NAME: &'static str = "displayname"
The local name of the element (the name inside the namespace), e.g.
multistatus
Source§impl From<DisplayName> for Value
impl From<DisplayName> for Value
Source§fn from(DisplayName: DisplayName) -> Value
fn from(DisplayName: DisplayName) -> Value
Converts to this type from the input type.
Source§impl PartialEq for DisplayName
impl PartialEq for DisplayName
Source§impl TryFrom<&Value> for DisplayName
impl TryFrom<&Value> for DisplayName
impl StructuralPartialEq for DisplayName
Auto Trait Implementations§
impl !Freeze for DisplayName
impl RefUnwindSafe for DisplayName
impl Send for DisplayName
impl Sync for DisplayName
impl Unpin for DisplayName
impl UnwindSafe for DisplayName
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