Struct smartnoise_validator::proto::PrivacyUsage[][src]

pub struct PrivacyUsage {
    pub distance: Option<Distance>,
}

Fields

distance: Option<Distance>

Trait Implementations

impl Add<PrivacyUsage> for PrivacyUsage[src]

type Output = Result<PrivacyUsage>

The resulting type after applying the + operator.

impl Clone for PrivacyUsage[src]

impl Debug for PrivacyUsage[src]

impl Default for PrivacyUsage[src]

impl Div<f64> for PrivacyUsage[src]

type Output = Result<PrivacyUsage>

The resulting type after applying the / operator.

impl Message for PrivacyUsage[src]

impl Mul<f64> for PrivacyUsage[src]

type Output = Result<PrivacyUsage>

The resulting type after applying the * operator.

impl PartialEq<PrivacyUsage> for PrivacyUsage[src]

impl StructuralPartialEq for PrivacyUsage[src]

Auto Trait Implementations

impl RefUnwindSafe for PrivacyUsage

impl Send for PrivacyUsage

impl Sync for PrivacyUsage

impl Unpin for PrivacyUsage

impl UnwindSafe for PrivacyUsage

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]