pub struct UpdateDeploymentResource {
pub name: Option<String>,
pub props: Option<Value>,
}
Fields§
§name: Option<String>
§props: Option<Value>
Trait Implementations§
Source§impl Clone for UpdateDeploymentResource
impl Clone for UpdateDeploymentResource
Source§fn clone(&self) -> UpdateDeploymentResource
fn clone(&self) -> UpdateDeploymentResource
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 UpdateDeploymentResource
impl Debug for UpdateDeploymentResource
Auto Trait Implementations§
impl Freeze for UpdateDeploymentResource
impl RefUnwindSafe for UpdateDeploymentResource
impl Send for UpdateDeploymentResource
impl Sync for UpdateDeploymentResource
impl Unpin for UpdateDeploymentResource
impl UnwindSafe for UpdateDeploymentResource
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