#[repr(C)]pub enum SpanMode {
Fixed = 0,
Expand = 1,
Break = 2,
Last = 3,
}Variants§
Trait Implementations§
impl Copy for SpanMode
impl Eq for SpanMode
impl StructuralPartialEq for SpanMode
Auto Trait Implementations§
impl Freeze for SpanMode
impl RefUnwindSafe for SpanMode
impl Send for SpanMode
impl Sync for SpanMode
impl Unpin for SpanMode
impl UnwindSafe for SpanMode
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