Struct DockerRegistry
pub struct DockerRegistry(/* private fields */);Expand description
A validated Docker registry host label.
Implementations§
§impl DockerRegistry
impl DockerRegistry
Trait Implementations§
§impl AsRef<str> for DockerRegistry
impl AsRef<str> for DockerRegistry
§impl Clone for DockerRegistry
impl Clone for DockerRegistry
§fn clone(&self) -> DockerRegistry
fn clone(&self) -> DockerRegistry
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 DockerRegistry
impl Debug for DockerRegistry
§impl Display for DockerRegistry
impl Display for DockerRegistry
§impl FromStr for DockerRegistry
impl FromStr for DockerRegistry
§impl Hash for DockerRegistry
impl Hash for DockerRegistry
§impl Ord for DockerRegistry
impl Ord for DockerRegistry
§impl PartialEq for DockerRegistry
impl PartialEq for DockerRegistry
§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