pub struct RuntimeTensorBackend;Trait Implementations§
Source§impl Clone for RuntimeTensorBackend
impl Clone for RuntimeTensorBackend
Source§fn clone(&self) -> RuntimeTensorBackend
fn clone(&self) -> RuntimeTensorBackend
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RuntimeTensorBackend
Source§impl Debug for RuntimeTensorBackend
impl Debug for RuntimeTensorBackend
Source§impl Default for RuntimeTensorBackend
impl Default for RuntimeTensorBackend
Source§fn default() -> RuntimeTensorBackend
fn default() -> RuntimeTensorBackend
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RuntimeTensorBackend
impl RefUnwindSafe for RuntimeTensorBackend
impl Send for RuntimeTensorBackend
impl Sync for RuntimeTensorBackend
impl Unpin for RuntimeTensorBackend
impl UnsafeUnpin for RuntimeTensorBackend
impl UnwindSafe for RuntimeTensorBackend
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