pub enum IntegrationStatusTraitsKnativeServiceClass {
KpaAutoscalingKnativeDev,
HpaAutoscalingKnativeDev,
}Expand description
The configuration of Knative Service trait
Variants§
Trait Implementations§
Source§impl Clone for IntegrationStatusTraitsKnativeServiceClass
impl Clone for IntegrationStatusTraitsKnativeServiceClass
Source§fn clone(&self) -> IntegrationStatusTraitsKnativeServiceClass
fn clone(&self) -> IntegrationStatusTraitsKnativeServiceClass
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<'de> Deserialize<'de> for IntegrationStatusTraitsKnativeServiceClass
impl<'de> Deserialize<'de> for IntegrationStatusTraitsKnativeServiceClass
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 IntegrationStatusTraitsKnativeServiceClass
impl PartialEq for IntegrationStatusTraitsKnativeServiceClass
Source§fn eq(&self, other: &IntegrationStatusTraitsKnativeServiceClass) -> bool
fn eq(&self, other: &IntegrationStatusTraitsKnativeServiceClass) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for IntegrationStatusTraitsKnativeServiceClass
Auto Trait Implementations§
impl Freeze for IntegrationStatusTraitsKnativeServiceClass
impl RefUnwindSafe for IntegrationStatusTraitsKnativeServiceClass
impl Send for IntegrationStatusTraitsKnativeServiceClass
impl Sync for IntegrationStatusTraitsKnativeServiceClass
impl Unpin for IntegrationStatusTraitsKnativeServiceClass
impl UnwindSafe for IntegrationStatusTraitsKnativeServiceClass
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