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 PartialEq<AddressMatchXPub> for AddressMatchXPub
impl PartialEq<AddressMatchXPub> 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 ==
.impl Copy for AddressMatchXPub
impl Eq for AddressMatchXPub
impl StructuralEq for AddressMatchXPub
impl StructuralPartialEq for AddressMatchXPub
Auto Trait Implementations§
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