pub enum ExportState {
New,
RecoveringPending {
dev_id: u32,
},
Device(DeviceHandle),
Deleted,
}Variants§
Auto Trait Implementations§
impl Freeze for ExportState
impl !RefUnwindSafe for ExportState
impl Send for ExportState
impl Sync for ExportState
impl Unpin for ExportState
impl UnsafeUnpin for ExportState
impl !UnwindSafe for ExportState
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