pub struct StackServicesSmeeImage {
pub repository: Option<String>,
pub tag: Option<String>,
}Expand description
Image specifies the image repo and tag for Smee.
Fields§
§repository: Option<String>Repository is used to set the image repository for tinkerbell services.
tag: Option<String>Tag is used to set the image tag for tinkerbell services.
Trait Implementations§
Source§impl Clone for StackServicesSmeeImage
impl Clone for StackServicesSmeeImage
Source§fn clone(&self) -> StackServicesSmeeImage
fn clone(&self) -> StackServicesSmeeImage
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 moreSource§impl Debug for StackServicesSmeeImage
impl Debug for StackServicesSmeeImage
Source§impl Default for StackServicesSmeeImage
impl Default for StackServicesSmeeImage
Source§fn default() -> StackServicesSmeeImage
fn default() -> StackServicesSmeeImage
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for StackServicesSmeeImage
impl<'de> Deserialize<'de> for StackServicesSmeeImage
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
Source§impl PartialEq for StackServicesSmeeImage
impl PartialEq for StackServicesSmeeImage
Source§impl Serialize for StackServicesSmeeImage
impl Serialize for StackServicesSmeeImage
impl StructuralPartialEq for StackServicesSmeeImage
Auto Trait Implementations§
impl Freeze for StackServicesSmeeImage
impl RefUnwindSafe for StackServicesSmeeImage
impl Send for StackServicesSmeeImage
impl Sync for StackServicesSmeeImage
impl Unpin for StackServicesSmeeImage
impl UnwindSafe for StackServicesSmeeImage
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