pub struct MintAddressCriterion { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for MintAddressCriterion
impl Clone for MintAddressCriterion
Source§fn clone(&self) -> MintAddressCriterion
fn clone(&self) -> MintAddressCriterion
Returns a duplicate 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 MintAddressCriterion
impl Debug for MintAddressCriterion
Source§impl Default for MintAddressCriterion
impl Default for MintAddressCriterion
Source§impl From<MintAddressCriterion> for MintAddressCriterion
impl From<MintAddressCriterion> for MintAddressCriterion
Source§fn from(value: MintAddressCriterion) -> Self
fn from(value: MintAddressCriterion) -> Self
Converts to this type from the input type.
Source§impl TryFrom<MintAddressCriterion> for MintAddressCriterion
impl TryFrom<MintAddressCriterion> for MintAddressCriterion
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: MintAddressCriterion) -> Result<Self, ConversionError>
fn try_from(value: MintAddressCriterion) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for MintAddressCriterion
impl RefUnwindSafe for MintAddressCriterion
impl Send for MintAddressCriterion
impl Sync for MintAddressCriterion
impl Unpin for MintAddressCriterion
impl UnwindSafe for MintAddressCriterion
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