pub struct Method { /* private fields */ }Trait Implementations§
Source§impl AsRef<Pattern<NormalPatternKind>> for Method
impl AsRef<Pattern<NormalPatternKind>> for Method
Source§fn as_ref(&self) -> &NormalPattern
fn as_ref(&self) -> &NormalPattern
Converts this type into a shared reference of the (usually inferred) input type.
impl Eq for Method
Source§impl From<Method> for NormalPattern
impl From<Method> for NormalPattern
Source§impl From<Pattern<NormalPatternKind>> for Method
impl From<Pattern<NormalPatternKind>> for Method
Source§fn from(value: NormalPattern) -> Self
fn from(value: NormalPattern) -> Self
Converts to this type from the input type.
impl StructuralPartialEq for Method
Auto Trait Implementations§
impl Freeze for Method
impl RefUnwindSafe for Method
impl Send for Method
impl Sync for Method
impl Unpin for Method
impl UnsafeUnpin for Method
impl UnwindSafe for Method
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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