pub struct UpdateClusterVersionResponse {
pub update: Option<Update>,
}Fields§
§update: Option<Update>The full description of the specified update
Trait Implementations§
Source§impl Clone for UpdateClusterVersionResponse
impl Clone for UpdateClusterVersionResponse
Source§fn clone(&self) -> UpdateClusterVersionResponse
fn clone(&self) -> UpdateClusterVersionResponse
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 UpdateClusterVersionResponse
impl Debug for UpdateClusterVersionResponse
Source§impl Default for UpdateClusterVersionResponse
impl Default for UpdateClusterVersionResponse
Source§fn default() -> UpdateClusterVersionResponse
fn default() -> UpdateClusterVersionResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateClusterVersionResponse
impl<'de> Deserialize<'de> for UpdateClusterVersionResponse
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
Source§impl PartialEq for UpdateClusterVersionResponse
impl PartialEq for UpdateClusterVersionResponse
Source§fn eq(&self, other: &UpdateClusterVersionResponse) -> bool
fn eq(&self, other: &UpdateClusterVersionResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for UpdateClusterVersionResponse
Auto Trait Implementations§
impl Freeze for UpdateClusterVersionResponse
impl RefUnwindSafe for UpdateClusterVersionResponse
impl Send for UpdateClusterVersionResponse
impl Sync for UpdateClusterVersionResponse
impl Unpin for UpdateClusterVersionResponse
impl UnwindSafe for UpdateClusterVersionResponse
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