pub enum MarkerState {
Malformed,
}Variants§
Malformed
Exactly one marker present, or END appears before START — a state
this tool refuses to guess its way out of.
Trait Implementations§
Source§impl Clone for MarkerState
impl Clone for MarkerState
Source§fn clone(&self) -> MarkerState
fn clone(&self) -> MarkerState
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 moreimpl Copy for MarkerState
Source§impl Debug for MarkerState
impl Debug for MarkerState
impl Eq for MarkerState
Source§impl PartialEq for MarkerState
impl PartialEq for MarkerState
impl StructuralPartialEq for MarkerState
Auto Trait Implementations§
impl Freeze for MarkerState
impl RefUnwindSafe for MarkerState
impl Send for MarkerState
impl Sync for MarkerState
impl Unpin for MarkerState
impl UnsafeUnpin for MarkerState
impl UnwindSafe for MarkerState
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