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