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