Struct validators::ipv6::IPv6LocalableWithoutPort [−][src]
pub struct IPv6LocalableWithoutPort(_);
Methods
impl IPv6LocalableWithoutPort[src]
impl IPv6LocalableWithoutPortpub fn from_string(ipv6: String) -> Result<IPv6LocalableWithoutPort, IPv6Error>[src]
pub fn from_string(ipv6: String) -> Result<IPv6LocalableWithoutPort, IPv6Error>pub fn from_str(ipv6: &str) -> Result<IPv6LocalableWithoutPort, IPv6Error>[src]
pub fn from_str(ipv6: &str) -> Result<IPv6LocalableWithoutPort, IPv6Error>pub fn from_ipv6(ipv6: IPv6) -> Result<IPv6LocalableWithoutPort, IPv6Error>[src]
pub fn from_ipv6(ipv6: IPv6) -> Result<IPv6LocalableWithoutPort, IPv6Error>pub fn into_ipv6(self) -> IPv6[src]
pub fn into_ipv6(self) -> IPv6pub fn as_ipv6(&self) -> &IPv6[src]
pub fn as_ipv6(&self) -> &IPv6impl IPv6LocalableWithoutPort[src]
impl IPv6LocalableWithoutPortpub fn get_ipv6_address(&self) -> &Ipv6Addr[src]
pub fn get_ipv6_address(&self) -> &Ipv6Addrpub fn get_full_ipv6(&self) -> &str[src]
pub fn get_full_ipv6(&self) -> &strpub fn get_full_ipv6_without_port(&self) -> &str[src]
pub fn get_full_ipv6_without_port(&self) -> &strimpl IPv6LocalableWithoutPort[src]
impl IPv6LocalableWithoutPortTrait Implementations
impl Clone for IPv6LocalableWithoutPort[src]
impl Clone for IPv6LocalableWithoutPortfn clone(&self) -> IPv6LocalableWithoutPort[src]
fn clone(&self) -> IPv6LocalableWithoutPortReturns 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)1.0.0
[src]Performs copy-assignment from source. Read more
impl From<IPv6LocalableWithoutPort> for IPv6[src]
impl From<IPv6LocalableWithoutPort> for IPv6fn from(d: IPv6LocalableWithoutPort) -> Self[src]
fn from(d: IPv6LocalableWithoutPort) -> SelfPerforms the conversion.
impl Validated for IPv6LocalableWithoutPort[src]
impl Validated for IPv6LocalableWithoutPortimpl Display for IPv6LocalableWithoutPort[src]
impl Display for IPv6LocalableWithoutPortfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for IPv6LocalableWithoutPort[src]
impl PartialEq for IPv6LocalableWithoutPortfn 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<IPv6> for IPv6LocalableWithoutPort[src]
impl PartialEq<IPv6> for IPv6LocalableWithoutPortAuto Trait Implementations
impl Send for IPv6LocalableWithoutPort
impl Send for IPv6LocalableWithoutPortimpl Sync for IPv6LocalableWithoutPort
impl Sync for IPv6LocalableWithoutPort