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