pub struct MarkingArray {
pub header: Header,
pub ellipses: Vec<MarkingEllipse>,
pub intersections: Vec<MarkingIntersection>,
pub segments: Vec<MarkingSegment>,
}Fields§
§header: Header§ellipses: Vec<MarkingEllipse>§intersections: Vec<MarkingIntersection>§segments: Vec<MarkingSegment>Trait Implementations§
Source§impl Clone for MarkingArray
impl Clone for MarkingArray
Source§fn clone(&self) -> MarkingArray
fn clone(&self) -> MarkingArray
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MarkingArray
impl Debug for MarkingArray
Source§impl Default for MarkingArray
impl Default for MarkingArray
Source§impl<'de> Deserialize<'de> for MarkingArray
impl<'de> Deserialize<'de> for MarkingArray
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for MarkingArray
impl PartialEq for MarkingArray
Source§impl Serialize for MarkingArray
impl Serialize for MarkingArray
impl Message for MarkingArray
impl StructuralPartialEq for MarkingArray
Auto Trait Implementations§
impl Freeze for MarkingArray
impl RefUnwindSafe for MarkingArray
impl Send for MarkingArray
impl Sync for MarkingArray
impl Unpin for MarkingArray
impl UnwindSafe for MarkingArray
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