pub enum RunKind {
Text,
Whitespace,
}Variants§
Trait Implementations§
impl Copy for RunKind
impl Eq for RunKind
impl StructuralPartialEq for RunKind
Auto Trait Implementations§
impl Freeze for RunKind
impl RefUnwindSafe for RunKind
impl Send for RunKind
impl Sync for RunKind
impl Unpin for RunKind
impl UnsafeUnpin for RunKind
impl UnwindSafe for RunKind
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