pub struct K8sTypePatterns { /* private fields */ }Expand description
Pre-built registry of common Kubernetes type patterns
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for K8sTypePatterns
impl RefUnwindSafe for K8sTypePatterns
impl Send for K8sTypePatterns
impl Sync for K8sTypePatterns
impl Unpin for K8sTypePatterns
impl UnwindSafe for K8sTypePatterns
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