[−][src]Struct validators::ipv4::IPv4
Methods
impl IPv4[src]
impl IPv4pub fn get_ipv4_address(&self) -> &Ipv4Addr[src]
pub fn get_ipv4_address(&self) -> &Ipv4Addrpub fn get_port(&self) -> Option<u16>[src]
pub fn get_port(&self) -> Option<u16>pub fn get_full_ipv4(&self) -> &str[src]
pub fn get_full_ipv4(&self) -> &strpub fn get_full_ipv4_without_port(&self) -> &str[src]
pub fn get_full_ipv4_without_port(&self) -> &strpub fn is_local(&self) -> bool[src]
pub fn is_local(&self) -> boolpub fn into_string(self) -> String[src]
pub fn into_string(self) -> StringTrait Implementations
impl Validated for IPv4[src]
impl Validated for IPv4impl PartialEq<IPv4> for IPv4[src]
impl PartialEq<IPv4> for IPv4fn eq(&self, other: &Self) -> bool[src]
fn eq(&self, other: &Self) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Self) -> bool[src]
fn ne(&self, other: &Self) -> boolThis method tests for !=.
impl PartialEq<IPv4> for IPv4LocalableWithPort[src]
impl PartialEq<IPv4> for IPv4LocalableWithPortfn eq(&self, other: &IPv4) -> bool[src]
fn eq(&self, other: &IPv4) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &IPv4) -> bool[src]
fn ne(&self, other: &IPv4) -> boolThis method tests for !=.
impl PartialEq<IPv4> for IPv4LocalableAllowPort[src]
impl PartialEq<IPv4> for IPv4LocalableAllowPortfn eq(&self, other: &IPv4) -> bool[src]
fn eq(&self, other: &IPv4) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &IPv4) -> bool[src]
fn ne(&self, other: &IPv4) -> boolThis method tests for !=.
impl PartialEq<IPv4> for IPv4LocalableWithoutPort[src]
impl PartialEq<IPv4> for IPv4LocalableWithoutPortfn eq(&self, other: &IPv4) -> bool[src]
fn eq(&self, other: &IPv4) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &IPv4) -> bool[src]
fn ne(&self, other: &IPv4) -> boolThis method tests for !=.
impl PartialEq<IPv4> for IPv4UnlocalableWithPort[src]
impl PartialEq<IPv4> for IPv4UnlocalableWithPortfn eq(&self, other: &IPv4) -> bool[src]
fn eq(&self, other: &IPv4) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &IPv4) -> bool[src]
fn ne(&self, other: &IPv4) -> boolThis method tests for !=.
impl PartialEq<IPv4> for IPv4UnlocalableAllowPort[src]
impl PartialEq<IPv4> for IPv4UnlocalableAllowPortfn eq(&self, other: &IPv4) -> bool[src]
fn eq(&self, other: &IPv4) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &IPv4) -> bool[src]
fn ne(&self, other: &IPv4) -> boolThis method tests for !=.
impl PartialEq<IPv4> for IPv4UnlocalableWithoutPort[src]
impl PartialEq<IPv4> for IPv4UnlocalableWithoutPortfn eq(&self, other: &IPv4) -> bool[src]
fn eq(&self, other: &IPv4) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &IPv4) -> bool[src]
fn ne(&self, other: &IPv4) -> boolThis method tests for !=.
impl From<IPv4LocalableWithPort> for IPv4[src]
impl From<IPv4LocalableWithPort> for IPv4fn from(d: IPv4LocalableWithPort) -> Self[src]
fn from(d: IPv4LocalableWithPort) -> SelfPerforms the conversion.
impl From<IPv4LocalableAllowPort> for IPv4[src]
impl From<IPv4LocalableAllowPort> for IPv4fn from(d: IPv4LocalableAllowPort) -> Self[src]
fn from(d: IPv4LocalableAllowPort) -> SelfPerforms the conversion.
impl From<IPv4LocalableWithoutPort> for IPv4[src]
impl From<IPv4LocalableWithoutPort> for IPv4fn from(d: IPv4LocalableWithoutPort) -> Self[src]
fn from(d: IPv4LocalableWithoutPort) -> SelfPerforms the conversion.
impl From<IPv4UnlocalableWithPort> for IPv4[src]
impl From<IPv4UnlocalableWithPort> for IPv4fn from(d: IPv4UnlocalableWithPort) -> Self[src]
fn from(d: IPv4UnlocalableWithPort) -> SelfPerforms the conversion.
impl From<IPv4UnlocalableAllowPort> for IPv4[src]
impl From<IPv4UnlocalableAllowPort> for IPv4fn from(d: IPv4UnlocalableAllowPort) -> Self[src]
fn from(d: IPv4UnlocalableAllowPort) -> SelfPerforms the conversion.
impl From<IPv4UnlocalableWithoutPort> for IPv4[src]
impl From<IPv4UnlocalableWithoutPort> for IPv4fn from(d: IPv4UnlocalableWithoutPort) -> Self[src]
fn from(d: IPv4UnlocalableWithoutPort) -> SelfPerforms the conversion.
impl Clone for IPv4[src]
impl Clone for IPv4fn clone(&self) -> IPv4[src]
fn clone(&self) -> IPv4Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)Performs copy-assignment from source. Read more
impl Debug for IPv4[src]
impl Debug for IPv4fn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Display for IPv4[src]
impl Display for IPv4Auto Trait Implementations
Blanket Implementations
impl<T, U> Into for T where
U: From<T>, [src]
impl<T, U> Into for T where
U: From<T>, impl<T> ToString for T where
T: Display + ?Sized, [src]
impl<T> ToString for T where
T: Display + ?Sized, impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, type Owned = T
fn to_owned(&self) -> T[src]
fn to_owned(&self) -> TCreates owned data from borrowed data, usually by cloning. Read more
fn clone_into(&self, target: &mut T)[src]
fn clone_into(&self, target: &mut T)🔬 This is a nightly-only experimental API. (toowned_clone_into)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more
impl<T> From for T[src]
impl<T> From for Timpl<T, U> TryFrom for T where
T: From<U>, [src]
impl<T, U> TryFrom for T where
T: From<U>, type Error = !
try_from)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>try_from)Performs the conversion.
impl<T> Borrow for T where
T: ?Sized, [src]
impl<T> Borrow for T where
T: ?Sized, impl<T> BorrowMut for T where
T: ?Sized, [src]
impl<T> BorrowMut for T where
T: ?Sized, fn borrow_mut(&mut self) -> &mut T[src]
fn borrow_mut(&mut self) -> &mut TMutably borrows from an owned value. Read more
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
impl<T, U> TryInto for T where
U: TryFrom<T>, type Error = <U as TryFrom<T>>::Error
try_from)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>try_from)Performs the conversion.
impl<T> Any for T where
T: 'static + ?Sized, [src]
impl<T> Any for T where
T: 'static + ?Sized, fn get_type_id(&self) -> TypeId[src]
fn get_type_id(&self) -> TypeId🔬 This is a nightly-only experimental API. (get_type_id)
this method will likely be replaced by an associated static
Gets the TypeId of self. Read more
impl<T> Typeable for T where
T: Any,
impl<T> Typeable for T where
T: Any,