pub enum BackendIds {
StagingBackend,
}Available on crate feature
virt only.Variants§
StagingBackend
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BackendIds
impl RefUnwindSafe for BackendIds
impl Send for BackendIds
impl Sync for BackendIds
impl Unpin for BackendIds
impl UnsafeUnpin for BackendIds
impl UnwindSafe for BackendIds
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