pub struct Pod {
pub name: Option<String>,
pub uid: Option<String>,
}
Fields§
§name: Option<String>
Kubernetes pod name.
uid: Option<String>
Kubernetes pod uid.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Pod
impl RefUnwindSafe for Pod
impl Send for Pod
impl Sync for Pod
impl Unpin for Pod
impl UnwindSafe for Pod
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