Struct iri_string::components::AuthorityComponents
source · [−]pub struct AuthorityComponents<'a> { /* private fields */ }
Expand description
Subcomponents of authority.
Implementations
Trait Implementations
sourceimpl<'a> Clone for AuthorityComponents<'a>
impl<'a> Clone for AuthorityComponents<'a>
sourcefn clone(&self) -> AuthorityComponents<'a>
fn clone(&self) -> AuthorityComponents<'a>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl<'a> Debug for AuthorityComponents<'a>
impl<'a> Debug for AuthorityComponents<'a>
sourceimpl<'a> Hash for AuthorityComponents<'a>
impl<'a> Hash for AuthorityComponents<'a>
sourceimpl<'a> PartialEq<AuthorityComponents<'a>> for AuthorityComponents<'a>
impl<'a> PartialEq<AuthorityComponents<'a>> for AuthorityComponents<'a>
sourcefn eq(&self, other: &AuthorityComponents<'a>) -> bool
fn eq(&self, other: &AuthorityComponents<'a>) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &AuthorityComponents<'a>) -> bool
fn ne(&self, other: &AuthorityComponents<'a>) -> bool
This method tests for !=
.
impl<'a> Copy for AuthorityComponents<'a>
impl<'a> Eq for AuthorityComponents<'a>
impl<'a> StructuralEq for AuthorityComponents<'a>
impl<'a> StructuralPartialEq for AuthorityComponents<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for AuthorityComponents<'a>
impl<'a> Send for AuthorityComponents<'a>
impl<'a> Sync for AuthorityComponents<'a>
impl<'a> Unpin for AuthorityComponents<'a>
impl<'a> UnwindSafe for AuthorityComponents<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more