pub struct Id(pub String);
Expand description
Id field in a Message
, if any.
This field is not mandatory on incoming messages, but may be useful for moderation/correction, especially for outgoing messages.
Tuple Fields§
§0: String
Trait Implementations§
Source§impl AsXmlText for Id
impl AsXmlText for Id
Source§impl FromXmlText for Id
impl FromXmlText for Id
Source§impl IntoAttributeValue for Id
impl IntoAttributeValue for Id
Source§fn into_attribute_value(self) -> Option<String>
fn into_attribute_value(self) -> Option<String>
Turns this into an attribute string, or None if it shouldn’t be added.
impl Eq for Id
impl StructuralPartialEq for Id
Auto Trait Implementations§
impl Freeze for Id
impl RefUnwindSafe for Id
impl Send for Id
impl Sync for Id
impl Unpin for Id
impl UnwindSafe for Id
Blanket Implementations§
Source§impl<T> AsOptionalXmlText for Twhere
T: AsXmlText,
impl<T> AsOptionalXmlText for Twhere
T: AsXmlText,
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