Struct kube_client::client::scope::Namespace
source · pub struct Namespace(/* private fields */);
Available on crate features
unstable-client
and client
only.Expand description
Namespace newtype for namespace level queries
You can create this directly, or convert From
a String
/ &str
, or TryFrom
an k8s_openapi::api::core::v1::Namespace
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Namespace
impl RefUnwindSafe for Namespace
impl Send for Namespace
impl Sync for Namespace
impl Unpin for Namespace
impl UnwindSafe for Namespace
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