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