pub struct LabelParameterVersionOutput {
pub invalid_labels: Vec<String>,
pub parameter_version: i64,
}Expand description
Output for the LabelParameterVersion operation.
Fields§
§invalid_labels: Vec<String>Labels that failed validation.
parameter_version: i64The version number that was labeled.
Trait Implementations§
Source§impl Clone for LabelParameterVersionOutput
impl Clone for LabelParameterVersionOutput
Source§fn clone(&self) -> LabelParameterVersionOutput
fn clone(&self) -> LabelParameterVersionOutput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 LabelParameterVersionOutput
impl Debug for LabelParameterVersionOutput
Source§impl Default for LabelParameterVersionOutput
impl Default for LabelParameterVersionOutput
Source§fn default() -> LabelParameterVersionOutput
fn default() -> LabelParameterVersionOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LabelParameterVersionOutput
impl<'de> Deserialize<'de> for LabelParameterVersionOutput
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 LabelParameterVersionOutput
impl RefUnwindSafe for LabelParameterVersionOutput
impl Send for LabelParameterVersionOutput
impl Sync for LabelParameterVersionOutput
impl Unpin for LabelParameterVersionOutput
impl UnsafeUnpin for LabelParameterVersionOutput
impl UnwindSafe for LabelParameterVersionOutput
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