Struct smartnoise_validator::bindings::builders::AbsBuilder[][src]

pub struct AbsBuilder<'a> {
    pub id: u32,
    pub component: &'a mut Component,
    pub release: &'a mut Release,
}

Builder interface for Abs

Fields

id: u32component: &'a mut Componentrelease: &'a mut Release

Implementations

impl<'a> AbsBuilder<'a>[src]

pub fn data(self, id: u32) -> Self[src]

set the id of the data argument from a previous component

pub fn value(self, value: Value) -> Self[src]

pub fn value_public(self, value: bool) -> Self[src]

pub fn build(self) -> u32[src]

Auto Trait Implementations

impl<'a> RefUnwindSafe for AbsBuilder<'a>

impl<'a> Send for AbsBuilder<'a>

impl<'a> Sync for AbsBuilder<'a>

impl<'a> Unpin for AbsBuilder<'a>

impl<'a> !UnwindSafe for AbsBuilder<'a>

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, 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]