pub struct DeserializeSparse { /* private fields */ }
Expand description
Builder for the DeserializeSparse
operation.
Implementations§
Source§impl DeserializeSparse
impl DeserializeSparse
Sourcepub fn Tserialized<ArgType: Into<DataType>>(self, value: ArgType) -> Self
pub fn Tserialized<ArgType: Into<DataType>>(self, value: ArgType) -> Self
Sets the Tserialized
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 DeserializeSparse
impl Debug for DeserializeSparse
Source§impl Default for DeserializeSparse
impl Default for DeserializeSparse
Source§fn default() -> DeserializeSparse
fn default() -> DeserializeSparse
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DeserializeSparse
impl RefUnwindSafe for DeserializeSparse
impl Send for DeserializeSparse
impl Sync for DeserializeSparse
impl Unpin for DeserializeSparse
impl UnwindSafe for DeserializeSparse
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