pub struct IpId(/* private fields */);Implementations§
Trait Implementations§
Source§impl Ord for IpId
impl Ord for IpId
Source§impl PartialOrd for IpId
impl PartialOrd for IpId
impl Copy for IpId
impl Eq for IpId
impl StructuralPartialEq for IpId
Auto Trait Implementations§
impl Freeze for IpId
impl RefUnwindSafe for IpId
impl Send for IpId
impl Sync for IpId
impl Unpin for IpId
impl UnwindSafe for IpId
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