pub struct WhoisOptions {
pub server: String,
pub port: u16,
}Fields§
§server: String§port: u16Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WhoisOptions
impl RefUnwindSafe for WhoisOptions
impl Send for WhoisOptions
impl Sync for WhoisOptions
impl Unpin for WhoisOptions
impl UnwindSafe for WhoisOptions
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