pub enum AddressMatchXPub {
Yes,
No,
}Variants§
Trait Implementations§
source§impl Clone for AddressMatchXPub
impl Clone for AddressMatchXPub
source§fn clone(&self) -> AddressMatchXPub
fn clone(&self) -> AddressMatchXPub
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 AddressMatchXPub
impl Debug for AddressMatchXPub
source§impl Hash for AddressMatchXPub
impl Hash for AddressMatchXPub
source§impl Ord for AddressMatchXPub
impl Ord for AddressMatchXPub
source§fn cmp(&self, other: &AddressMatchXPub) -> Ordering
fn cmp(&self, other: &AddressMatchXPub) -> Ordering
1.21.0 · 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 AddressMatchXPub
impl PartialEq for AddressMatchXPub
source§fn eq(&self, other: &AddressMatchXPub) -> bool
fn eq(&self, other: &AddressMatchXPub) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for AddressMatchXPub
impl PartialOrd for AddressMatchXPub
source§fn partial_cmp(&self, other: &AddressMatchXPub) -> Option<Ordering>
fn partial_cmp(&self, other: &AddressMatchXPub) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Eq for AddressMatchXPub
impl StructuralPartialEq for AddressMatchXPub
Auto Trait Implementations§
impl Freeze for AddressMatchXPub
impl RefUnwindSafe for AddressMatchXPub
impl Send for AddressMatchXPub
impl Sync for AddressMatchXPub
impl Unpin for AddressMatchXPub
impl UnwindSafe for AddressMatchXPub
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