pub struct Words {
pub attributes: WordsAttributes,
pub content: String,
}Expand description
The Words element specifies a standard text direction.
The enclosure attribute is none if not specified. Left justification is used if not specified.
Fields§
§attributes: WordsAttributesElement-specific attributes
content: StringElement-specific content
Trait Implementations§
Source§impl ElementDeserializer for Words
impl ElementDeserializer for Words
fn deserialize(element: &XmlElement) -> Result<Words, String>
Source§impl ElementSerializer for Words
impl ElementSerializer for Words
fn serialize(element: &Words) -> XmlElement
impl Eq for Words
impl StructuralPartialEq for Words
Auto Trait Implementations§
impl Freeze for Words
impl RefUnwindSafe for Words
impl Send for Words
impl Sync for Words
impl Unpin for Words
impl UnwindSafe for Words
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