Struct tensorflow::eager::raw_ops::StackCloseV2
source · pub struct StackCloseV2 { /* private fields */ }
Expand description
StackCloseV2
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/StackCloseV2
Implementations§
source§impl StackCloseV2
impl StackCloseV2
Trait Implementations§
source§impl Clone for StackCloseV2
impl Clone for StackCloseV2
source§fn clone(&self) -> StackCloseV2
fn clone(&self) -> StackCloseV2
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for StackCloseV2
impl Debug for StackCloseV2
Auto Trait Implementations§
impl RefUnwindSafe for StackCloseV2
impl Send for StackCloseV2
impl Sync for StackCloseV2
impl Unpin for StackCloseV2
impl UnwindSafe for StackCloseV2
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