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