pub struct NeverAccepts;Expand description
Tried to fuzz an automaton that never accepts any input.
Trait Implementations§
Source§impl Clone for NeverAccepts
impl Clone for NeverAccepts
Source§fn clone(&self) -> NeverAccepts
fn clone(&self) -> NeverAccepts
Returns a duplicate of the value. Read more
1.0.0 · 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 NeverAccepts
impl Debug for NeverAccepts
Source§impl Default for NeverAccepts
impl Default for NeverAccepts
Source§fn default() -> NeverAccepts
fn default() -> NeverAccepts
Returns the “default value” for a type. Read more
Source§impl Display for NeverAccepts
impl Display for NeverAccepts
Source§impl Hash for NeverAccepts
impl Hash for NeverAccepts
Source§impl Ord for NeverAccepts
impl Ord for NeverAccepts
Source§fn cmp(&self, other: &NeverAccepts) -> Ordering
fn cmp(&self, other: &NeverAccepts) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for NeverAccepts
impl PartialEq for NeverAccepts
Source§impl PartialOrd for NeverAccepts
impl PartialOrd for NeverAccepts
impl Copy for NeverAccepts
impl Eq for NeverAccepts
impl StructuralPartialEq for NeverAccepts
Auto Trait Implementations§
impl Freeze for NeverAccepts
impl RefUnwindSafe for NeverAccepts
impl Send for NeverAccepts
impl Sync for NeverAccepts
impl Unpin for NeverAccepts
impl UnwindSafe for NeverAccepts
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