pub enum Nat64Error {
NotImplemented,
}
Expand description
An error encountered during NAT64 translation.
Variants§
NotImplemented
Support not yet implemented in the library.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Nat64Error
impl RefUnwindSafe for Nat64Error
impl Send for Nat64Error
impl Sync for Nat64Error
impl Unpin for Nat64Error
impl UnwindSafe for Nat64Error
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