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