[][src]Struct preserves::value::value::PlainValue

pub struct PlainValue<D: Domain>(_);

Implementations

impl<D: Domain> PlainValue<D>[src]

pub fn annotations_mut(&mut self) -> &mut Annotations<Self, D>[src]

pub fn value_mut(&mut self) -> &mut Value<Self, D>[src]

Trait Implementations

impl<D: Clone + Domain> Clone for PlainValue<D>[src]

impl<D: Domain> Debug for PlainValue<D>[src]

impl<'de, Dom: Domain> Deserialize<'de> for PlainValue<Dom>[src]

impl<D: Eq + Domain> Eq for PlainValue<D>[src]

impl<D: Hash + Domain> Hash for PlainValue<D>[src]

impl<D: Domain> NestedValue<D> for PlainValue<D>[src]

impl<D: Ord + Domain> Ord for PlainValue<D>[src]

impl<D: PartialEq + Domain> PartialEq<PlainValue<D>> for PlainValue<D>[src]

impl<D: PartialOrd + Domain> PartialOrd<PlainValue<D>> for PlainValue<D>[src]

impl<D: Domain> Serialize for PlainValue<D>[src]

impl<D: Domain> StructuralEq for PlainValue<D>[src]

impl<D: Domain> StructuralPartialEq for PlainValue<D>[src]

Auto Trait Implementations

impl<D> RefUnwindSafe for PlainValue<D> where
    D: RefUnwindSafe

impl<D> Send for PlainValue<D> where
    D: Send

impl<D> Sync for PlainValue<D> where
    D: Sync

impl<D> Unpin for PlainValue<D> where
    D: Unpin

impl<D> UnwindSafe for PlainValue<D> where
    D: RefUnwindSafe + UnwindSafe

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.