Struct validators::ipv6::IPv6UnlocalableAllowPort [−][src]
pub struct IPv6UnlocalableAllowPort(_);
Methods
impl IPv6UnlocalableAllowPort[src]
impl IPv6UnlocalableAllowPortpub fn from_string(ipv6: String) -> Result<IPv6UnlocalableAllowPort, IPv6Error>[src]
pub fn from_string(ipv6: String) -> Result<IPv6UnlocalableAllowPort, IPv6Error>pub fn from_str(ipv6: &str) -> Result<IPv6UnlocalableAllowPort, IPv6Error>[src]
pub fn from_str(ipv6: &str) -> Result<IPv6UnlocalableAllowPort, IPv6Error>pub fn from_ipv6(ipv6: IPv6) -> Result<IPv6UnlocalableAllowPort, IPv6Error>[src]
pub fn from_ipv6(ipv6: IPv6) -> Result<IPv6UnlocalableAllowPort, 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 IPv6UnlocalableAllowPort[src]
impl IPv6UnlocalableAllowPortpub 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 IPv6UnlocalableAllowPort[src]
impl IPv6UnlocalableAllowPortTrait Implementations
impl Clone for IPv6UnlocalableAllowPort[src]
impl Clone for IPv6UnlocalableAllowPortfn clone(&self) -> IPv6UnlocalableAllowPort[src]
fn clone(&self) -> IPv6UnlocalableAllowPortReturns 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<IPv6UnlocalableAllowPort> for IPv6[src]
impl From<IPv6UnlocalableAllowPort> for IPv6fn from(d: IPv6UnlocalableAllowPort) -> Self[src]
fn from(d: IPv6UnlocalableAllowPort) -> SelfPerforms the conversion.
impl Validated for IPv6UnlocalableAllowPort[src]
impl Validated for IPv6UnlocalableAllowPortimpl ValidatedWrapper for IPv6UnlocalableAllowPort[src]
impl ValidatedWrapper for IPv6UnlocalableAllowPorttype 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 IPv6UnlocalableAllowPort[src]
impl Debug for IPv6UnlocalableAllowPortfn 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 IPv6UnlocalableAllowPort[src]
impl Display for IPv6UnlocalableAllowPortfn 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 IPv6UnlocalableAllowPort[src]
impl PartialEq for IPv6UnlocalableAllowPortfn 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 IPv6UnlocalableAllowPort[src]
impl PartialEq<IPv6> for IPv6UnlocalableAllowPortAuto Trait Implementations
impl Send for IPv6UnlocalableAllowPort
impl Send for IPv6UnlocalableAllowPortimpl Sync for IPv6UnlocalableAllowPort
impl Sync for IPv6UnlocalableAllowPort