Struct xmpp_parsers::jingle_ft::Desc
source · pub struct Desc(pub String);
Expand description
Wrapper for a file description.
Tuple Fields§
§0: String
Trait Implementations§
source§impl IntoAttributeValue for Desc
impl IntoAttributeValue for Desc
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 PartialEq for Desc
impl PartialEq for Desc
impl Eq for Desc
impl StructuralPartialEq for Desc
Auto Trait Implementations§
impl RefUnwindSafe for Desc
impl Send for Desc
impl Sync for Desc
impl Unpin for Desc
impl UnwindSafe for Desc
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