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