pub enum AddressMatchSource {
Primary,
Secondary,
GeneralCall,
}Variants§
Trait Implementations§
Source§impl Clone for AddressMatchSource
impl Clone for AddressMatchSource
Source§fn clone(&self) -> AddressMatchSource
fn clone(&self) -> AddressMatchSource
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 moreimpl Copy for AddressMatchSource
Source§impl Debug for AddressMatchSource
impl Debug for AddressMatchSource
impl Eq for AddressMatchSource
Source§impl PartialEq for AddressMatchSource
impl PartialEq for AddressMatchSource
Source§fn eq(&self, other: &AddressMatchSource) -> bool
fn eq(&self, other: &AddressMatchSource) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AddressMatchSource
Auto Trait Implementations§
impl Freeze for AddressMatchSource
impl RefUnwindSafe for AddressMatchSource
impl Send for AddressMatchSource
impl Sync for AddressMatchSource
impl Unpin for AddressMatchSource
impl UnsafeUnpin for AddressMatchSource
impl UnwindSafe for AddressMatchSource
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