pub struct Encoder {
pub attributes: EncoderAttributes,
pub content: String,
}Expand description
The Encoder element contains information about who did the digital encoding.
Fields§
§attributes: EncoderAttributesElement-specific attributes
content: StringElement-specific content
Trait Implementations§
Source§impl ElementDeserializer for Encoder
impl ElementDeserializer for Encoder
fn deserialize(element: &XmlElement) -> Result<Encoder, String>
Source§impl ElementSerializer for Encoder
impl ElementSerializer for Encoder
fn serialize(element: &Encoder) -> XmlElement
impl Eq for Encoder
impl StructuralPartialEq for Encoder
Auto Trait Implementations§
impl Freeze for Encoder
impl RefUnwindSafe for Encoder
impl Send for Encoder
impl Sync for Encoder
impl Unpin for Encoder
impl UnwindSafe for Encoder
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