pub enum NoMatchPosition {
Start,
End,
}Variants§
Trait Implementations§
Source§impl Clone for NoMatchPosition
impl Clone for NoMatchPosition
Source§fn clone(&self) -> NoMatchPosition
fn clone(&self) -> NoMatchPosition
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 NoMatchPosition
Source§impl Debug for NoMatchPosition
impl Debug for NoMatchPosition
Source§impl Default for NoMatchPosition
impl Default for NoMatchPosition
Source§fn default() -> NoMatchPosition
fn default() -> NoMatchPosition
Returns the “default value” for a type. Read more
impl Eq for NoMatchPosition
Source§impl PartialEq for NoMatchPosition
impl PartialEq for NoMatchPosition
Source§fn eq(&self, other: &NoMatchPosition) -> bool
fn eq(&self, other: &NoMatchPosition) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for NoMatchPosition
Auto Trait Implementations§
impl Freeze for NoMatchPosition
impl RefUnwindSafe for NoMatchPosition
impl Send for NoMatchPosition
impl Sync for NoMatchPosition
impl Unpin for NoMatchPosition
impl UnsafeUnpin for NoMatchPosition
impl UnwindSafe for NoMatchPosition
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