pub struct CommandSpanFrame {
pub parts: SmallVec<[Range<usize>; 18]>,
}Fields§
§parts: SmallVec<[Range<usize>; 18]>Trait Implementations§
Source§impl Clone for CommandSpanFrame
impl Clone for CommandSpanFrame
Source§fn clone(&self) -> CommandSpanFrame
fn clone(&self) -> CommandSpanFrame
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CommandSpanFrame
impl Debug for CommandSpanFrame
Source§impl PartialEq for CommandSpanFrame
impl PartialEq for CommandSpanFrame
Source§fn eq(&self, other: &CommandSpanFrame) -> bool
fn eq(&self, other: &CommandSpanFrame) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for CommandSpanFrame
impl StructuralPartialEq for CommandSpanFrame
Auto Trait Implementations§
impl Freeze for CommandSpanFrame
impl RefUnwindSafe for CommandSpanFrame
impl Send for CommandSpanFrame
impl Sync for CommandSpanFrame
impl Unpin for CommandSpanFrame
impl UnsafeUnpin for CommandSpanFrame
impl UnwindSafe for CommandSpanFrame
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