pub struct DockerRegistry(/* private fields */);Expand description
A validated Docker registry host label.
Implementations§
Trait Implementations§
Source§impl AsRef<str> for DockerRegistry
impl AsRef<str> for DockerRegistry
Source§impl Clone for DockerRegistry
impl Clone for DockerRegistry
Source§fn clone(&self) -> DockerRegistry
fn clone(&self) -> DockerRegistry
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DockerRegistry
impl Debug for DockerRegistry
Source§impl Display for DockerRegistry
impl Display for DockerRegistry
Source§impl FromStr for DockerRegistry
impl FromStr for DockerRegistry
Source§impl Hash for DockerRegistry
impl Hash for DockerRegistry
Source§impl Ord for DockerRegistry
impl Ord for DockerRegistry
Source§fn cmp(&self, other: &DockerRegistry) -> Ordering
fn cmp(&self, other: &DockerRegistry) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DockerRegistry
impl PartialEq for DockerRegistry
Source§fn eq(&self, other: &DockerRegistry) -> bool
fn eq(&self, other: &DockerRegistry) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for DockerRegistry
impl PartialOrd for DockerRegistry
impl Eq for DockerRegistry
impl StructuralPartialEq for DockerRegistry
Auto Trait Implementations§
impl Freeze for DockerRegistry
impl RefUnwindSafe for DockerRegistry
impl Send for DockerRegistry
impl Sync for DockerRegistry
impl Unpin for DockerRegistry
impl UnsafeUnpin for DockerRegistry
impl UnwindSafe for DockerRegistry
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