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