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