pub struct IncrementalAlterConfigsResourceResponseV0 {
pub error_code: i16,
pub error_message: Option<String>,
pub resource_type: i8,
pub resource_name: String,
}Fields§
§error_code: i16§error_message: Option<String>§resource_type: i8§resource_name: StringTrait Implementations§
Source§impl Clone for IncrementalAlterConfigsResourceResponseV0
impl Clone for IncrementalAlterConfigsResourceResponseV0
Source§fn clone(&self) -> IncrementalAlterConfigsResourceResponseV0
fn clone(&self) -> IncrementalAlterConfigsResourceResponseV0
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 moreimpl Eq for IncrementalAlterConfigsResourceResponseV0
impl StructuralPartialEq for IncrementalAlterConfigsResourceResponseV0
Auto Trait Implementations§
impl Freeze for IncrementalAlterConfigsResourceResponseV0
impl RefUnwindSafe for IncrementalAlterConfigsResourceResponseV0
impl Send for IncrementalAlterConfigsResourceResponseV0
impl Sync for IncrementalAlterConfigsResourceResponseV0
impl Unpin for IncrementalAlterConfigsResourceResponseV0
impl UnsafeUnpin for IncrementalAlterConfigsResourceResponseV0
impl UnwindSafe for IncrementalAlterConfigsResourceResponseV0
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