Struct tensorflow::FetchToken
source · pub struct FetchToken { /* private fields */ }
Expand description
An opaque token for retrieving an output from a computation.
Trait Implementations§
source§impl Clone for FetchToken
impl Clone for FetchToken
source§fn clone(&self) -> FetchToken
fn clone(&self) -> FetchToken
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 FetchToken
impl Debug for FetchToken
impl Copy for FetchToken
Auto Trait Implementations§
impl RefUnwindSafe for FetchToken
impl Send for FetchToken
impl Sync for FetchToken
impl Unpin for FetchToken
impl UnwindSafe for FetchToken
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