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

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

Builder interface for Reshape

Fields

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

Implementations

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

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

set the id of the data argument from a previous component

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

set the field attribute “symmetric” directly

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

set the field attribute “layout” directly

pub fn shape(self, value: Vec<u32>) -> Self[src]

set the field attribute “shape” directly

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 ReshapeBuilder<'a>

impl<'a> Send for ReshapeBuilder<'a>

impl<'a> Sync for ReshapeBuilder<'a>

impl<'a> Unpin for ReshapeBuilder<'a>

impl<'a> !UnwindSafe for ReshapeBuilder<'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]