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