pub enum ModelineSegmentKind {
Default,
Chevron,
Flag,
Buffer,
Mode,
Position,
Progress,
}Variants§
Trait Implementations§
Source§impl Clone for ModelineSegmentKind
impl Clone for ModelineSegmentKind
Source§fn clone(&self) -> ModelineSegmentKind
fn clone(&self) -> ModelineSegmentKind
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 ModelineSegmentKind
impl Debug for ModelineSegmentKind
Source§impl PartialEq for ModelineSegmentKind
impl PartialEq for ModelineSegmentKind
Source§fn eq(&self, other: &ModelineSegmentKind) -> bool
fn eq(&self, other: &ModelineSegmentKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ModelineSegmentKind
impl Eq for ModelineSegmentKind
impl StructuralPartialEq for ModelineSegmentKind
Auto Trait Implementations§
impl Freeze for ModelineSegmentKind
impl RefUnwindSafe for ModelineSegmentKind
impl Send for ModelineSegmentKind
impl Sync for ModelineSegmentKind
impl Unpin for ModelineSegmentKind
impl UnsafeUnpin for ModelineSegmentKind
impl UnwindSafe for ModelineSegmentKind
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