pub struct DeployLockImage {
pub image_ref: String,
pub digest: String,
}Fields§
§image_ref: String§digest: StringTrait Implementations§
Source§impl Clone for DeployLockImage
impl Clone for DeployLockImage
Source§fn clone(&self) -> DeployLockImage
fn clone(&self) -> DeployLockImage
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 DeployLockImage
impl Debug for DeployLockImage
Source§impl<'de> Deserialize<'de> for DeployLockImage
impl<'de> Deserialize<'de> for DeployLockImage
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for DeployLockImage
Source§impl PartialEq for DeployLockImage
impl PartialEq for DeployLockImage
Source§impl Serialize for DeployLockImage
impl Serialize for DeployLockImage
impl StructuralPartialEq for DeployLockImage
Auto Trait Implementations§
impl Freeze for DeployLockImage
impl RefUnwindSafe for DeployLockImage
impl Send for DeployLockImage
impl Sync for DeployLockImage
impl Unpin for DeployLockImage
impl UnsafeUnpin for DeployLockImage
impl UnwindSafe for DeployLockImage
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