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