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