pub struct UpdateEnv {
pub name: Option<String>,
pub node_selector: Option<Value>,
pub tolerations: Option<Value>,
pub auto_add_new_users: Option<bool>,
}
Fields§
§name: Option<String>
§node_selector: Option<Value>
§tolerations: Option<Value>
§auto_add_new_users: Option<bool>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UpdateEnv
impl RefUnwindSafe for UpdateEnv
impl Send for UpdateEnv
impl Sync for UpdateEnv
impl Unpin for UpdateEnv
impl UnwindSafe for UpdateEnv
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