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