pub enum DeviceRegistryState {}
Trait Implementations§
impl LockAfter<BeforeFsNodeAppend> for DeviceRegistryState
impl LockAfter<FileOpsCore> for DeviceRegistryState
impl LockAfter<FsNodeAppend> for DeviceRegistryState
impl LockAfter<ResourceAccessorLevel> for DeviceRegistryState
impl LockAfter<TaskRelease> for DeviceRegistryState
impl LockAfter<UninterruptibleLock> for DeviceRegistryState
impl LockAfter<Unlocked> for DeviceRegistryState
impl LockEqualOrBefore<DeviceRegistryState> for DeviceRegistryState
Auto Trait Implementations§
impl Freeze for DeviceRegistryState
impl RefUnwindSafe for DeviceRegistryState
impl Send for DeviceRegistryState
impl Sync for DeviceRegistryState
impl Unpin for DeviceRegistryState
impl UnwindSafe for DeviceRegistryState
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