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