pub struct KubernetesIngressRouteProfile { /* private fields */ }Implementations§
Source§impl KubernetesIngressRouteProfile
impl KubernetesIngressRouteProfile
pub fn annotations<T>(self, value: T) -> Self
pub fn controller<T>(self, value: T) -> Self
pub fn ingress_class_name<T>(self, value: T) -> Self
pub fn labels<T>(self, value: T) -> Self
pub fn provider<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for KubernetesIngressRouteProfile
impl Clone for KubernetesIngressRouteProfile
Source§fn clone(&self) -> KubernetesIngressRouteProfile
fn clone(&self) -> KubernetesIngressRouteProfile
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 From<KubernetesIngressRouteProfile> for KubernetesIngressRouteProfile
impl From<KubernetesIngressRouteProfile> for KubernetesIngressRouteProfile
Source§fn from(value: KubernetesIngressRouteProfile) -> Self
fn from(value: KubernetesIngressRouteProfile) -> Self
Converts to this type from the input type.
Source§impl TryFrom<KubernetesIngressRouteProfile> for KubernetesIngressRouteProfile
impl TryFrom<KubernetesIngressRouteProfile> for KubernetesIngressRouteProfile
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(
value: KubernetesIngressRouteProfile,
) -> Result<Self, ConversionError>
fn try_from( value: KubernetesIngressRouteProfile, ) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for KubernetesIngressRouteProfile
impl RefUnwindSafe for KubernetesIngressRouteProfile
impl Send for KubernetesIngressRouteProfile
impl Sync for KubernetesIngressRouteProfile
impl Unpin for KubernetesIngressRouteProfile
impl UnsafeUnpin for KubernetesIngressRouteProfile
impl UnwindSafe for KubernetesIngressRouteProfile
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