Struct RegistryHost
pub struct RegistryHost(/* private fields */);Expand description
A registry host label.
Implementations§
§impl RegistryHost
impl RegistryHost
Trait Implementations§
§impl Clone for RegistryHost
impl Clone for RegistryHost
§fn clone(&self) -> RegistryHost
fn clone(&self) -> RegistryHost
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for RegistryHost
impl Debug for RegistryHost
§impl Display for RegistryHost
impl Display for RegistryHost
§impl Hash for RegistryHost
impl Hash for RegistryHost
§impl Ord for RegistryHost
impl Ord for RegistryHost
§impl PartialEq for RegistryHost
impl PartialEq for RegistryHost
§impl PartialOrd for RegistryHost
impl PartialOrd for RegistryHost
impl Eq for RegistryHost
impl StructuralPartialEq for RegistryHost
Auto Trait Implementations§
impl Freeze for RegistryHost
impl RefUnwindSafe for RegistryHost
impl Send for RegistryHost
impl Sync for RegistryHost
impl Unpin for RegistryHost
impl UnsafeUnpin for RegistryHost
impl UnwindSafe for RegistryHost
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