pub struct Passive;
Expand description
A query of the resolver for the passive mode.
Auto Trait Implementations§
impl Freeze for Passive
impl RefUnwindSafe for Passive
impl Send for Passive
impl Sync for Passive
impl Unpin for Passive
impl UnwindSafe for Passive
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