Struct kube_core::ClusterResourceScope
source · [−]pub struct ClusterResourceScope {}
Expand description
Indicates that a Resource
is cluster-scoped.
Trait Implementations
impl ResourceScope for ClusterResourceScope
Auto Trait Implementations
impl RefUnwindSafe for ClusterResourceScope
impl Send for ClusterResourceScope
impl Sync for ClusterResourceScope
impl Unpin for ClusterResourceScope
impl UnwindSafe for ClusterResourceScope
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more