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