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