pub struct MethodRef<'input> {
pub class: Class<'input>,
pub name_and_type: NameAndType<'input>,
}Fields§
§class: Class<'input>§name_and_type: NameAndType<'input>Trait Implementations§
impl<'input> Eq for MethodRef<'input>
Source§impl<'input> Ord for MethodRef<'input>
impl<'input> Ord for MethodRef<'input>
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<'input> PartialEq for MethodRef<'input>
impl<'input> PartialEq for MethodRef<'input>
Source§impl<'input> PartialOrd for MethodRef<'input>
impl<'input> PartialOrd for MethodRef<'input>
impl<'input> StructuralPartialEq for MethodRef<'input>
Auto Trait Implementations§
impl<'input> Freeze for MethodRef<'input>
impl<'input> RefUnwindSafe for MethodRef<'input>
impl<'input> Send for MethodRef<'input>
impl<'input> Sync for MethodRef<'input>
impl<'input> Unpin for MethodRef<'input>
impl<'input> UnsafeUnpin for MethodRef<'input>
impl<'input> UnwindSafe for MethodRef<'input>
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.