Struct DockerLabelKey
pub struct DockerLabelKey(/* private fields */);Expand description
A validated Docker label key.
Implementations§
§impl DockerLabelKey
impl DockerLabelKey
Trait Implementations§
§impl AsRef<str> for DockerLabelKey
impl AsRef<str> for DockerLabelKey
§impl Clone for DockerLabelKey
impl Clone for DockerLabelKey
§fn clone(&self) -> DockerLabelKey
fn clone(&self) -> DockerLabelKey
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 DockerLabelKey
impl Debug for DockerLabelKey
§impl Display for DockerLabelKey
impl Display for DockerLabelKey
§impl FromStr for DockerLabelKey
impl FromStr for DockerLabelKey
§impl Hash for DockerLabelKey
impl Hash for DockerLabelKey
§impl Ord for DockerLabelKey
impl Ord for DockerLabelKey
§impl PartialEq for DockerLabelKey
impl PartialEq for DockerLabelKey
§impl PartialOrd for DockerLabelKey
impl PartialOrd for DockerLabelKey
impl Eq for DockerLabelKey
impl StructuralPartialEq for DockerLabelKey
Auto Trait Implementations§
impl Freeze for DockerLabelKey
impl RefUnwindSafe for DockerLabelKey
impl Send for DockerLabelKey
impl Sync for DockerLabelKey
impl Unpin for DockerLabelKey
impl UnsafeUnpin for DockerLabelKey
impl UnwindSafe for DockerLabelKey
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