pub struct ProcdogAgent { /* private fields */ }
Implementations§
Source§impl ProcdogAgent
impl ProcdogAgent
Auto Trait Implementations§
impl Freeze for ProcdogAgent
impl RefUnwindSafe for ProcdogAgent
impl Send for ProcdogAgent
impl Sync for ProcdogAgent
impl Unpin for ProcdogAgent
impl UnwindSafe for ProcdogAgent
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