Struct xmpp_parsers::mam::QueryId
source · pub struct QueryId(pub String);
Expand description
An identifier matching a result message to the query requesting it.
Tuple Fields§
§0: String
Trait Implementations§
source§impl FromXmlText for QueryId
impl FromXmlText for QueryId
source§impl IntoAttributeValue for QueryId
impl IntoAttributeValue for QueryId
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.
source§impl IntoXmlText for QueryId
impl IntoXmlText for QueryId
source§fn into_xml_text(self) -> String
fn into_xml_text(self) -> String
Consume the value and return it as XML string.
source§impl PartialEq for QueryId
impl PartialEq for QueryId
impl Eq for QueryId
impl StructuralPartialEq for QueryId
Auto Trait Implementations§
impl Freeze for QueryId
impl RefUnwindSafe for QueryId
impl Send for QueryId
impl Sync for QueryId
impl Unpin for QueryId
impl UnwindSafe for QueryId
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