Struct kube_core::DynamicResourceScope
source · pub struct DynamicResourceScope {}
Expand description
Indicates that a Resource
is of an indeterminate dynamic scope.
Trait Implementations§
impl ResourceScope for DynamicResourceScope
Auto Trait Implementations§
impl Freeze for DynamicResourceScope
impl RefUnwindSafe for DynamicResourceScope
impl Send for DynamicResourceScope
impl Sync for DynamicResourceScope
impl Unpin for DynamicResourceScope
impl UnwindSafe for DynamicResourceScope
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