pub struct LineSegments {
pub header: Header,
pub segments: Vec<LineSegment>,
}Fields§
§header: Header§segments: Vec<LineSegment>Trait Implementations§
Source§impl Clone for LineSegments
impl Clone for LineSegments
Source§fn clone(&self) -> LineSegments
fn clone(&self) -> LineSegments
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 LineSegments
impl Debug for LineSegments
Source§impl Default for LineSegments
impl Default for LineSegments
Source§impl<'de> Deserialize<'de> for LineSegments
impl<'de> Deserialize<'de> for LineSegments
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 LineSegments
impl PartialEq for LineSegments
Source§impl Serialize for LineSegments
impl Serialize for LineSegments
impl Message for LineSegments
impl StructuralPartialEq for LineSegments
Auto Trait Implementations§
impl Freeze for LineSegments
impl RefUnwindSafe for LineSegments
impl Send for LineSegments
impl Sync for LineSegments
impl Unpin for LineSegments
impl UnwindSafe for LineSegments
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