pub struct DeploymentRecreaseTask {
pub old_cluster_id: Uuid,
pub old_namespace: String,
pub new_cluster_id: Uuid,
pub new_namespace: String,
}
Fields§
§old_cluster_id: Uuid
§old_namespace: String
§new_cluster_id: Uuid
§new_namespace: String
Trait Implementations§
Source§impl Clone for DeploymentRecreaseTask
impl Clone for DeploymentRecreaseTask
Source§fn clone(&self) -> DeploymentRecreaseTask
fn clone(&self) -> DeploymentRecreaseTask
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DeploymentRecreaseTask
impl Debug for DeploymentRecreaseTask
Source§impl<'de> Deserialize<'de> for DeploymentRecreaseTask
impl<'de> Deserialize<'de> for DeploymentRecreaseTask
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for DeploymentRecreaseTask
impl RefUnwindSafe for DeploymentRecreaseTask
impl Send for DeploymentRecreaseTask
impl Sync for DeploymentRecreaseTask
impl Unpin for DeploymentRecreaseTask
impl UnwindSafe for DeploymentRecreaseTask
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