pub struct HasAgent;Expand description
Marker: agent has been set.
Auto Trait Implementations§
impl Freeze for HasAgent
impl RefUnwindSafe for HasAgent
impl Send for HasAgent
impl Sync for HasAgent
impl Unpin for HasAgent
impl UnsafeUnpin for HasAgent
impl UnwindSafe for HasAgent
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