pub struct ParseTensor { /* private fields */ }
Expand description
Builder for the ParseTensor
operation.
Implementations§
Source§impl ParseTensor
impl ParseTensor
Trait Implementations§
Source§impl Debug for ParseTensor
impl Debug for ParseTensor
Source§impl Default for ParseTensor
impl Default for ParseTensor
Source§fn default() -> ParseTensor
fn default() -> ParseTensor
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ParseTensor
impl RefUnwindSafe for ParseTensor
impl Send for ParseTensor
impl Sync for ParseTensor
impl Unpin for ParseTensor
impl UnwindSafe for ParseTensor
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