pub struct DockImage(/* private fields */);Expand description
Container image name of a plugin
Implementations§
Source§impl DockImage
impl DockImage
Sourcepub fn from_static(raw: &'static str) -> Self
pub fn from_static(raw: &'static str) -> Self
Constructs a new DockImage from a static reference
Sourcepub fn into_boxed_ref(self) -> Box<DockImageRef>
pub fn into_boxed_ref(self) -> Box<DockImageRef>
Converts this DockImage into a Box<DockImageRef>
This will drop any excess capacity.
Methods from Deref<Target = DockImageRef>§
Trait Implementations§
Source§impl AsRef<DockImageRef> for DockImage
impl AsRef<DockImageRef> for DockImage
Source§fn as_ref(&self) -> &DockImageRef
fn as_ref(&self) -> &DockImageRef
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Borrow<DockImageRef> for DockImage
impl Borrow<DockImageRef> for DockImage
Source§fn borrow(&self) -> &DockImageRef
fn borrow(&self) -> &DockImageRef
Immutably borrows from an owned value. Read more
Source§impl<'de> Deserialize<'de> for DockImage
impl<'de> Deserialize<'de> for DockImage
Source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<&DockImageRef> for DockImage
impl From<&DockImageRef> for DockImage
Source§fn from(s: &DockImageRef) -> Self
fn from(s: &DockImageRef) -> Self
Converts to this type from the input type.
Source§impl From<Box<DockImageRef>> for DockImage
impl From<Box<DockImageRef>> for DockImage
Source§fn from(r: Box<DockImageRef>) -> Self
fn from(r: Box<DockImageRef>) -> Self
Converts to this type from the input type.
Source§impl<'a> From<Cow<'a, DockImageRef>> for DockImage
impl<'a> From<Cow<'a, DockImageRef>> for DockImage
Source§fn from(r: Cow<'a, DockImageRef>) -> Self
fn from(r: Cow<'a, DockImageRef>) -> Self
Converts to this type from the input type.
Source§impl Ord for DockImage
impl Ord for DockImage
Source§impl PartialEq<&DockImageRef> for DockImage
impl PartialEq<&DockImageRef> for DockImage
Source§impl PartialEq<DockImage> for &DockImageRef
impl PartialEq<DockImage> for &DockImageRef
Source§impl PartialEq<DockImage> for DockImageRef
impl PartialEq<DockImage> for DockImageRef
Source§impl PartialEq<DockImageRef> for DockImage
impl PartialEq<DockImageRef> for DockImage
Source§impl PartialOrd for DockImage
impl PartialOrd for DockImage
impl Eq for DockImage
impl StructuralPartialEq for DockImage
Auto Trait Implementations§
impl Freeze for DockImage
impl RefUnwindSafe for DockImage
impl Send for DockImage
impl Sync for DockImage
impl Unpin for DockImage
impl UnwindSafe for DockImage
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.