pub struct BindOpts {
pub request_dualstack: bool,
pub reuseport: bool,
}Fields§
§request_dualstack: bool§reuseport: boolTrait Implementations§
impl Copy for BindOpts
Auto Trait Implementations§
impl Freeze for BindOpts
impl RefUnwindSafe for BindOpts
impl Send for BindOpts
impl Sync for BindOpts
impl Unpin for BindOpts
impl UnwindSafe for BindOpts
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