pub enum IpLiteral {
Ipv6Address(Ipv6Addr),
IpvFuture(String),
}
Variants§
Trait Implementations§
impl StructuralPartialEq for IpLiteral
Auto Trait Implementations§
impl Freeze for IpLiteral
impl RefUnwindSafe for IpLiteral
impl Send for IpLiteral
impl Sync for IpLiteral
impl Unpin for IpLiteral
impl UnwindSafe for IpLiteral
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