Struct smartnoise_validator::proto::ValueProperties[][src]

pub struct ValueProperties {
    pub variant: Option<Variant>,
}

derived properties for the top-level Value type

Fields

variant: Option<Variant>

Trait Implementations

impl Clone for ValueProperties[src]

impl Debug for ValueProperties[src]

impl Default for ValueProperties[src]

impl Message for ValueProperties[src]

impl PartialEq<ValueProperties> for ValueProperties[src]

impl StructuralPartialEq for ValueProperties[src]

Auto Trait Implementations

impl RefUnwindSafe for ValueProperties

impl Send for ValueProperties

impl Sync for ValueProperties

impl Unpin for ValueProperties

impl UnwindSafe for ValueProperties

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> 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.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]