pub enum Unreachable {
V4(UnreachableCodeV4),
V6(UnreachableCodeV6),
}Variants§
Trait Implementations§
Source§impl Clone for Unreachable
impl Clone for Unreachable
Source§fn clone(&self) -> Unreachable
fn clone(&self) -> Unreachable
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Unreachable
impl Debug for Unreachable
Source§impl PartialEq for Unreachable
impl PartialEq for Unreachable
impl StructuralPartialEq for Unreachable
Auto Trait Implementations§
impl Freeze for Unreachable
impl RefUnwindSafe for Unreachable
impl Send for Unreachable
impl Sync for Unreachable
impl Unpin for Unreachable
impl UnwindSafe for Unreachable
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