pub struct K8sPlanView {
pub context: Option<String>,
pub default_namespace: Option<String>,
pub services: Vec<K8sServicePlan>,
}Fields§
§context: Option<String>§default_namespace: Option<String>§services: Vec<K8sServicePlan>Trait Implementations§
Source§impl Clone for K8sPlanView
impl Clone for K8sPlanView
Source§fn clone(&self) -> K8sPlanView
fn clone(&self) -> K8sPlanView
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 K8sPlanView
impl Debug for K8sPlanView
Source§impl Default for K8sPlanView
impl Default for K8sPlanView
Source§fn default() -> K8sPlanView
fn default() -> K8sPlanView
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for K8sPlanView
impl<'de> Deserialize<'de> for K8sPlanView
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 K8sPlanView
impl RefUnwindSafe for K8sPlanView
impl Send for K8sPlanView
impl Sync for K8sPlanView
impl Unpin for K8sPlanView
impl UnsafeUnpin for K8sPlanView
impl UnwindSafe for K8sPlanView
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