pub enum BackendName {
Webgl,
Cpu,
Tensorflow,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for BackendName
impl Send for BackendName
impl Sync for BackendName
impl Unpin for BackendName
impl UnwindSafe for BackendName
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