Struct k8s_openapi::ClusterResourceScope
source · pub struct ClusterResourceScope {}
Expand description
Indicates that a Resource
is cluster-scoped.
Trait Implementations§
impl ResourceScope for ClusterResourceScope
Auto Trait Implementations§
impl Freeze for ClusterResourceScope
impl RefUnwindSafe for ClusterResourceScope
impl Send for ClusterResourceScope
impl Sync for ClusterResourceScope
impl Unpin for ClusterResourceScope
impl UnwindSafe for ClusterResourceScope
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