pub struct Ip(/* private fields */);
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Ip
impl<'de> Deserialize<'de> for Ip
Source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl TryFrom<(&Bootstrap<BootstrapServiceRfc7484>, &Bootstrap<BootstrapServiceRfc7484>)> for Ip
impl TryFrom<(&Bootstrap<BootstrapServiceRfc7484>, &Bootstrap<BootstrapServiceRfc7484>)> for Ip
Source§type Error = IpNetworkParseError
type Error = IpNetworkParseError
The type returned in the event of a conversion error.
Source§fn try_from(
bootstraps: (&BootstrapRfc7484, &BootstrapRfc7484),
) -> Result<Self, Self::Error>
fn try_from( bootstraps: (&BootstrapRfc7484, &BootstrapRfc7484), ) -> Result<Self, Self::Error>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for Ip
impl RefUnwindSafe for Ip
impl Send for Ip
impl Sync for Ip
impl Unpin for Ip
impl UnwindSafe for Ip
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