pub struct ServiceOciView {
pub image: String,
pub tag: Option<String>,
pub tag_from: Option<String>,
pub dockerfile: Option<String>,
pub platforms: Vec<String>,
}Fields§
§image: String§tag: Option<String>§tag_from: Option<String>§dockerfile: Option<String>§platforms: Vec<String>Trait Implementations§
Source§impl Clone for ServiceOciView
impl Clone for ServiceOciView
Source§fn clone(&self) -> ServiceOciView
fn clone(&self) -> ServiceOciView
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 ServiceOciView
impl Debug for ServiceOciView
Source§impl<'de> Deserialize<'de> for ServiceOciView
impl<'de> Deserialize<'de> for ServiceOciView
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
Auto Trait Implementations§
impl Freeze for ServiceOciView
impl RefUnwindSafe for ServiceOciView
impl Send for ServiceOciView
impl Sync for ServiceOciView
impl Unpin for ServiceOciView
impl UnsafeUnpin for ServiceOciView
impl UnwindSafe for ServiceOciView
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