pub struct Inet;Trait Implementations§
impl Assignable<Inet> for Any
impl Assignable<Inet> for Cidr
impl Assignable for Inet
impl Compatible<Any> for Inet
impl Compatible<Cidr> for Inet
impl Compatible<Inet> for Any
impl Compatible<Inet> for Cidr
impl Compatible<Inet> for Placeholder
impl Compatible<Placeholder> for Inet
impl Compatible for Inet
impl Copy for Inet
impl DataType for Inet
impl Eq for Inet
impl StructuralPartialEq for Inet
Auto Trait Implementations§
impl Freeze for Inet
impl RefUnwindSafe for Inet
impl Send for Inet
impl Sync for Inet
impl Unpin for Inet
impl UnsafeUnpin for Inet
impl UnwindSafe for Inet
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