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