pub struct QIpv4Net { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Arbitrary for QIpv4Net
impl Arbitrary for QIpv4Net
Source§type Parameters = ()
type Parameters = ()
The type of parameters that
arbitrary_with accepts for configuration
of the generated Strategy. Parameters must implement Default.Source§fn arbitrary_with(_: Self::Parameters) -> Self::Strategy
fn arbitrary_with(_: Self::Parameters) -> Self::Strategy
Source§impl Ord for QIpv4Net
impl Ord for QIpv4Net
Source§impl PartialOrd for QIpv4Net
impl PartialOrd for QIpv4Net
impl Eq for QIpv4Net
impl StructuralPartialEq for QIpv4Net
Auto Trait Implementations§
impl Freeze for QIpv4Net
impl RefUnwindSafe for QIpv4Net
impl Send for QIpv4Net
impl Sync for QIpv4Net
impl Unpin for QIpv4Net
impl UnsafeUnpin for QIpv4Net
impl UnwindSafe for QIpv4Net
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