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