pub struct TagWithOnlyText {
pub value: String,
}Expand description
Contains only the value in a tag: <tag>value</tag>.
Fields§
§value: StringTrait Implementations§
Source§impl Clone for TagWithOnlyText
impl Clone for TagWithOnlyText
Source§fn clone(&self) -> TagWithOnlyText
fn clone(&self) -> TagWithOnlyText
Returns a duplicate 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 TagWithOnlyText
impl Debug for TagWithOnlyText
Source§impl Default for TagWithOnlyText
impl Default for TagWithOnlyText
Source§fn default() -> TagWithOnlyText
fn default() -> TagWithOnlyText
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TagWithOnlyText
impl<'de> Deserialize<'de> for TagWithOnlyText
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for TagWithOnlyText
impl PartialEq for TagWithOnlyText
Source§impl Serialize for TagWithOnlyText
impl Serialize for TagWithOnlyText
impl StructuralPartialEq for TagWithOnlyText
Auto Trait Implementations§
impl Freeze for TagWithOnlyText
impl RefUnwindSafe for TagWithOnlyText
impl Send for TagWithOnlyText
impl Sync for TagWithOnlyText
impl Unpin for TagWithOnlyText
impl UnwindSafe for TagWithOnlyText
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