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