pub struct Stringifier;
Expand description
Represents the terminal symbol stringifier
Trait Implementations§
Source§impl Clone for Stringifier
impl Clone for Stringifier
Source§fn clone(&self) -> Stringifier
fn clone(&self) -> Stringifier
Returns a copy 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 Stringifier
impl Debug for Stringifier
Source§impl Default for Stringifier
impl Default for Stringifier
Source§fn default() -> Stringifier
fn default() -> Stringifier
Returns the “default value” for a type. Read more
Source§impl From<Stringifier> for StringifierOrInheritOrStatic
impl From<Stringifier> for StringifierOrInheritOrStatic
Source§fn from(x: Stringifier) -> Self
fn from(x: Stringifier) -> Self
Converts to this type from the input type.
Source§impl From<Stringifier> for StringifierOrStatic
impl From<Stringifier> for StringifierOrStatic
Source§fn from(x: Stringifier) -> Self
fn from(x: Stringifier) -> Self
Converts to this type from the input type.
Source§impl Hash for Stringifier
impl Hash for Stringifier
Source§impl Ord for Stringifier
impl Ord for Stringifier
Source§fn cmp(&self, other: &Stringifier) -> Ordering
fn cmp(&self, other: &Stringifier) -> 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 Stringifier
impl PartialEq for Stringifier
Source§impl PartialOrd for Stringifier
impl PartialOrd for Stringifier
impl Copy for Stringifier
impl Eq for Stringifier
impl StructuralPartialEq for Stringifier
Auto Trait Implementations§
impl Freeze for Stringifier
impl RefUnwindSafe for Stringifier
impl Send for Stringifier
impl Sync for Stringifier
impl Unpin for Stringifier
impl UnwindSafe for Stringifier
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