Enum eva_common::value::ValueOptionOwned
source · [−]pub enum ValueOptionOwned {
No,
Value(Value),
}Variants
No
Value(Value)
Implementations
Trait Implementations
sourceimpl Clone for ValueOptionOwned
impl Clone for ValueOptionOwned
sourcefn clone(&self) -> ValueOptionOwned
fn clone(&self) -> ValueOptionOwned
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ValueOptionOwned
impl Debug for ValueOptionOwned
sourceimpl Default for ValueOptionOwned
impl Default for ValueOptionOwned
sourceimpl<'de> Deserialize<'de> for ValueOptionOwned
impl<'de> Deserialize<'de> for ValueOptionOwned
sourcefn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl From<Option<Value>> for ValueOptionOwned
impl From<Option<Value>> for ValueOptionOwned
sourceimpl From<ValueOptionOwned> for Option<Value>
impl From<ValueOptionOwned> for Option<Value>
sourcefn from(vo: ValueOptionOwned) -> Self
fn from(vo: ValueOptionOwned) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<ValueOptionOwned> for ValueOptionOwned
impl PartialEq<ValueOptionOwned> for ValueOptionOwned
sourcefn eq(&self, other: &ValueOptionOwned) -> bool
fn eq(&self, other: &ValueOptionOwned) -> bool
sourceimpl Serialize for ValueOptionOwned
impl Serialize for ValueOptionOwned
impl Eq for ValueOptionOwned
impl StructuralEq for ValueOptionOwned
impl StructuralPartialEq for ValueOptionOwned
Auto Trait Implementations
impl RefUnwindSafe for ValueOptionOwned
impl Send for ValueOptionOwned
impl Sync for ValueOptionOwned
impl Unpin for ValueOptionOwned
impl UnwindSafe for ValueOptionOwned
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.