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