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