pub struct ArcSegment { /* private fields */ }Expand description
An arc segment (DA record).
Trait Implementations§
source§impl Debug for ArcSegment
impl Debug for ArcSegment
source§impl PartialEq for ArcSegment
impl PartialEq for ArcSegment
impl StructuralPartialEq for ArcSegment
Auto Trait Implementations§
impl Freeze for ArcSegment
impl RefUnwindSafe for ArcSegment
impl Send for ArcSegment
impl Sync for ArcSegment
impl Unpin for ArcSegment
impl UnwindSafe for ArcSegment
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