pub struct Distance {
pub attributes: DistanceAttributes,
pub content: Tenths,
}Expand description
The Distance element represents standard distances between notation elements in tenths.
Fields§
§attributes: DistanceAttributesElement-specific attributes
content: TenthsElement-specific content
Trait Implementations§
Source§impl ElementDeserializer for Distance
impl ElementDeserializer for Distance
fn deserialize(element: &XmlElement) -> Result<Distance, String>
Source§impl ElementSerializer for Distance
impl ElementSerializer for Distance
fn serialize(element: &Distance) -> XmlElement
impl Eq for Distance
impl StructuralPartialEq for Distance
Auto Trait Implementations§
impl Freeze for Distance
impl RefUnwindSafe for Distance
impl Send for Distance
impl Sync for Distance
impl Unpin for Distance
impl UnwindSafe for Distance
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