pub struct DescribeConfigsResourceV4 {
pub resource_type: i8,
pub resource_name: String,
pub configuration_keys: Option<Vec<String>>,
}Expand description
One resource in a DescribeConfigs v4 request.
Fields§
§resource_type: i8§resource_name: String§configuration_keys: Option<Vec<String>>Trait Implementations§
Source§impl Clone for DescribeConfigsResourceV4
impl Clone for DescribeConfigsResourceV4
Source§fn clone(&self) -> DescribeConfigsResourceV4
fn clone(&self) -> DescribeConfigsResourceV4
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 DescribeConfigsResourceV4
impl Debug for DescribeConfigsResourceV4
impl Eq for DescribeConfigsResourceV4
impl StructuralPartialEq for DescribeConfigsResourceV4
Auto Trait Implementations§
impl Freeze for DescribeConfigsResourceV4
impl RefUnwindSafe for DescribeConfigsResourceV4
impl Send for DescribeConfigsResourceV4
impl Sync for DescribeConfigsResourceV4
impl Unpin for DescribeConfigsResourceV4
impl UnsafeUnpin for DescribeConfigsResourceV4
impl UnwindSafe for DescribeConfigsResourceV4
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