pub struct Fffff {
pub attributes: (),
pub content: (),
}Expand description
The Fffff element represents an fffff dynamic marking.

Fields§
§attributes: ()Element-specific attributes
content: ()Element-specific content
Trait Implementations§
Source§impl ElementDeserializer for Fffff
impl ElementDeserializer for Fffff
fn deserialize(element: &XmlElement) -> Result<Fffff, String>
Source§impl ElementSerializer for Fffff
impl ElementSerializer for Fffff
fn serialize(element: &Fffff) -> XmlElement
impl Eq for Fffff
impl StructuralPartialEq for Fffff
Auto Trait Implementations§
impl Freeze for Fffff
impl RefUnwindSafe for Fffff
impl Send for Fffff
impl Sync for Fffff
impl Unpin for Fffff
impl UnwindSafe for Fffff
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