Struct valkyrie_types::ValkyrieMethod
source · pub struct ValkyrieMethod {}Trait Implementations§
source§impl Clone for ValkyrieMethod
impl Clone for ValkyrieMethod
source§fn clone(&self) -> ValkyrieMethod
fn clone(&self) -> ValkyrieMethod
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 ValkyrieMethod
impl Debug for ValkyrieMethod
source§impl PartialEq for ValkyrieMethod
impl PartialEq for ValkyrieMethod
source§fn eq(&self, other: &ValkyrieMethod) -> bool
fn eq(&self, other: &ValkyrieMethod) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for ValkyrieMethod
impl StructuralPartialEq for ValkyrieMethod
Auto Trait Implementations§
impl RefUnwindSafe for ValkyrieMethod
impl Send for ValkyrieMethod
impl Sync for ValkyrieMethod
impl Unpin for ValkyrieMethod
impl UnwindSafe for ValkyrieMethod
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<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
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.