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