Struct tensorflow::eager::raw_ops::StackClose
source · pub struct StackClose { /* private fields */ }
Expand description
StackClose
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/StackClose
Implementations§
source§impl StackClose
impl StackClose
Trait Implementations§
source§impl Clone for StackClose
impl Clone for StackClose
source§fn clone(&self) -> StackClose
fn clone(&self) -> StackClose
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 StackClose
impl Debug for StackClose
Auto Trait Implementations§
impl RefUnwindSafe for StackClose
impl Send for StackClose
impl Sync for StackClose
impl Unpin for StackClose
impl UnwindSafe for StackClose
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