Struct kube_core::SubResourceScope
source · [−]pub struct SubResourceScope {}
Expand description
Indicates that a Resource
is neither cluster-scoped nor namespace-scoped.
Trait Implementations
impl ResourceScope for SubResourceScope
Auto Trait Implementations
impl RefUnwindSafe for SubResourceScope
impl Send for SubResourceScope
impl Sync for SubResourceScope
impl Unpin for SubResourceScope
impl UnwindSafe for SubResourceScope
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