Struct validators::ipv6::IPv6LocalableAllowPort [−][src]
pub struct IPv6LocalableAllowPort(_);
Methods
impl IPv6LocalableAllowPort[src]
impl IPv6LocalableAllowPortpub fn from_string(ipv6: String) -> Result<IPv6LocalableAllowPort, IPv6Error>[src]
pub fn from_string(ipv6: String) -> Result<IPv6LocalableAllowPort, IPv6Error>pub fn from_str(ipv6: &str) -> Result<IPv6LocalableAllowPort, IPv6Error>[src]
pub fn from_str(ipv6: &str) -> Result<IPv6LocalableAllowPort, IPv6Error>pub fn from_ipv6(ipv6: IPv6) -> Result<IPv6LocalableAllowPort, IPv6Error>[src]
pub fn from_ipv6(ipv6: IPv6) -> Result<IPv6LocalableAllowPort, 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 IPv6LocalableAllowPort[src]
impl IPv6LocalableAllowPortpub 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 IPv6LocalableAllowPort[src]
impl IPv6LocalableAllowPortTrait Implementations
impl Clone for IPv6LocalableAllowPort[src]
impl Clone for IPv6LocalableAllowPortfn clone(&self) -> IPv6LocalableAllowPort[src]
fn clone(&self) -> IPv6LocalableAllowPortReturns 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<IPv6LocalableAllowPort> for IPv6[src]
impl From<IPv6LocalableAllowPort> for IPv6fn from(d: IPv6LocalableAllowPort) -> Self[src]
fn from(d: IPv6LocalableAllowPort) -> SelfPerforms the conversion.
impl Validated for IPv6LocalableAllowPort[src]
impl Validated for IPv6LocalableAllowPortimpl ValidatedWrapper for IPv6LocalableAllowPort[src]
impl ValidatedWrapper for IPv6LocalableAllowPorttype Error = IPv6Error
fn from_string(ipv6: String) -> Result<Self, Self::Error>[src]
fn from_string(ipv6: String) -> Result<Self, Self::Error>fn from_str(ipv6: &str) -> Result<Self, Self::Error>[src]
fn from_str(ipv6: &str) -> Result<Self, Self::Error>impl Debug for IPv6LocalableAllowPort[src]
impl Debug for IPv6LocalableAllowPortfn 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 IPv6LocalableAllowPort[src]
impl Display for IPv6LocalableAllowPortfn 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 IPv6LocalableAllowPort[src]
impl PartialEq for IPv6LocalableAllowPortfn 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 IPv6LocalableAllowPort[src]
impl PartialEq<IPv6> for IPv6LocalableAllowPortAuto Trait Implementations
impl Send for IPv6LocalableAllowPort
impl Send for IPv6LocalableAllowPortimpl Sync for IPv6LocalableAllowPort
impl Sync for IPv6LocalableAllowPort