pub struct ServiceK8sView {
pub manifests_base: Option<String>,
pub manifests_overlay: Option<String>,
pub workload: Option<String>,
pub service: Option<String>,
pub crds_path: Option<String>,
pub install_path: Option<String>,
pub selector: Option<String>,
}Fields§
§manifests_base: Option<String>§manifests_overlay: Option<String>§workload: Option<String>§service: Option<String>§crds_path: Option<String>§install_path: Option<String>§selector: Option<String>Trait Implementations§
Source§impl Clone for ServiceK8sView
impl Clone for ServiceK8sView
Source§fn clone(&self) -> ServiceK8sView
fn clone(&self) -> ServiceK8sView
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 ServiceK8sView
impl Debug for ServiceK8sView
Source§impl<'de> Deserialize<'de> for ServiceK8sView
impl<'de> Deserialize<'de> for ServiceK8sView
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 ServiceK8sView
impl RefUnwindSafe for ServiceK8sView
impl Send for ServiceK8sView
impl Sync for ServiceK8sView
impl Unpin for ServiceK8sView
impl UnsafeUnpin for ServiceK8sView
impl UnwindSafe for ServiceK8sView
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