pub struct QualifiedNameEscaped(/* private fields */);Implementations§
Source§impl QualifiedNameEscaped
impl QualifiedNameEscaped
pub fn new(name: &QualifiedName) -> Self
Trait Implementations§
Source§impl Display for QualifiedNameEscaped
impl Display for QualifiedNameEscaped
Source§impl From<&QualifiedName> for QualifiedNameEscaped
impl From<&QualifiedName> for QualifiedNameEscaped
Source§fn from(name: &QualifiedName) -> Self
fn from(name: &QualifiedName) -> Self
Converts to this type from the input type.
Source§impl From<QualifiedName> for QualifiedNameEscaped
impl From<QualifiedName> for QualifiedNameEscaped
Source§fn from(name: QualifiedName) -> Self
fn from(name: QualifiedName) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for QualifiedNameEscaped
impl RefUnwindSafe for QualifiedNameEscaped
impl Send for QualifiedNameEscaped
impl Sync for QualifiedNameEscaped
impl Unpin for QualifiedNameEscaped
impl UnsafeUnpin for QualifiedNameEscaped
impl UnwindSafe for QualifiedNameEscaped
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
impl<T> ErasedDestructor for Twhere
T: 'static,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§impl<T> ValidateIp for Twhere
T: ToString,
impl<T> ValidateIp for Twhere
T: ToString,
Source§fn validate_ipv4(&self) -> bool
fn validate_ipv4(&self) -> bool
Validates whether the given string is an IP V4
Source§fn validate_ipv6(&self) -> bool
fn validate_ipv6(&self) -> bool
Validates whether the given string is an IP V6
Source§fn validate_ip(&self) -> bool
fn validate_ip(&self) -> bool
Validates whether the given string is an IP