pub enum ParserMemoryAccountingKind {
LinuxCgroupV2,
LinuxProcStatus,
}Expand description
Closed Linux resident-memory accounting mode attached to one worker session.
Variants§
LinuxCgroupV2
Kernel-enforced delegated cgroup-v2 memory accounting.
LinuxProcStatus
Bounded supervisor sampling of the single-worker VmRSS record.
Trait Implementations§
Source§impl Clone for ParserMemoryAccountingKind
impl Clone for ParserMemoryAccountingKind
Source§fn clone(&self) -> ParserMemoryAccountingKind
fn clone(&self) -> ParserMemoryAccountingKind
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ParserMemoryAccountingKind
impl Debug for ParserMemoryAccountingKind
impl Copy for ParserMemoryAccountingKind
impl Eq for ParserMemoryAccountingKind
impl StructuralPartialEq for ParserMemoryAccountingKind
Auto Trait Implementations§
impl Freeze for ParserMemoryAccountingKind
impl RefUnwindSafe for ParserMemoryAccountingKind
impl Send for ParserMemoryAccountingKind
impl Sync for ParserMemoryAccountingKind
impl Unpin for ParserMemoryAccountingKind
impl UnwindSafe for ParserMemoryAccountingKind
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.