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