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