pub struct LoadavgPlugin {}Trait Implementations§
Auto Trait Implementations§
impl Freeze for LoadavgPlugin
impl RefUnwindSafe for LoadavgPlugin
impl Send for LoadavgPlugin
impl Sync for LoadavgPlugin
impl Unpin for LoadavgPlugin
impl UnwindSafe for LoadavgPlugin
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