pub struct PortSet(/* private fields */);Expand description
Non-empty ordered set of ports
Implementations§
Trait Implementations§
impl StructuralPartialEq for PortSet
Auto Trait Implementations§
impl Freeze for PortSet
impl RefUnwindSafe for PortSet
impl Send for PortSet
impl Sync for PortSet
impl Unpin for PortSet
impl UnwindSafe for PortSet
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