Struct k8s_openapi::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 Freeze for SubResourceScope
impl RefUnwindSafe for SubResourceScope
impl Send for SubResourceScope
impl Sync for SubResourceScope
impl Unpin for SubResourceScope
impl UnwindSafe for SubResourceScope
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