pub struct CompressElement { /* private fields */ }
Expand description
Builder for the CompressElement
operation.
Implementations§
Source§impl CompressElement
impl CompressElement
Sourcepub fn input_types<ArgType: Into<Vec<DataType>>>(self, value: ArgType) -> Self
pub fn input_types<ArgType: Into<Vec<DataType>>>(self, value: ArgType) -> Self
Sets the input_types
attribute.
Sourcepub fn add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
Trait Implementations§
Source§impl Debug for CompressElement
impl Debug for CompressElement
Source§impl Default for CompressElement
impl Default for CompressElement
Source§fn default() -> CompressElement
fn default() -> CompressElement
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CompressElement
impl RefUnwindSafe for CompressElement
impl Send for CompressElement
impl Sync for CompressElement
impl Unpin for CompressElement
impl UnwindSafe for CompressElement
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more