pub struct ClassMethodInfo {
pub class: Symbol,
pub scheme: Scheme,
}Fields§
§class: Symbol§scheme: SchemeTrait Implementations§
Source§impl Clone for ClassMethodInfo
impl Clone for ClassMethodInfo
Source§fn clone(&self) -> ClassMethodInfo
fn clone(&self) -> ClassMethodInfo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ClassMethodInfo
impl Debug for ClassMethodInfo
Source§impl Hash for ClassMethodInfo
impl Hash for ClassMethodInfo
Source§impl Ord for ClassMethodInfo
impl Ord for ClassMethodInfo
Source§fn cmp(&self, other: &ClassMethodInfo) -> Ordering
fn cmp(&self, other: &ClassMethodInfo) -> Ordering
1.21.0 (const: unstable) · 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 ClassMethodInfo
impl PartialEq for ClassMethodInfo
Source§fn eq(&self, other: &ClassMethodInfo) -> bool
fn eq(&self, other: &ClassMethodInfo) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ClassMethodInfo
impl PartialOrd for ClassMethodInfo
impl Eq for ClassMethodInfo
impl StructuralPartialEq for ClassMethodInfo
Auto Trait Implementations§
impl Freeze for ClassMethodInfo
impl RefUnwindSafe for ClassMethodInfo
impl Send for ClassMethodInfo
impl Sync for ClassMethodInfo
impl Unpin for ClassMethodInfo
impl UnsafeUnpin for ClassMethodInfo
impl UnwindSafe for ClassMethodInfo
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