pub struct DescribeConfigsRequestV1 {
pub correlation_id: i32,
pub client_id: Option<String>,
pub resources: Vec<DescribeConfigsResourceV1>,
pub include_synonyms: bool,
}Fields§
§correlation_id: i32§client_id: Option<String>§resources: Vec<DescribeConfigsResourceV1>§include_synonyms: boolImplementations§
Trait Implementations§
Source§impl Clone for DescribeConfigsRequestV1
impl Clone for DescribeConfigsRequestV1
Source§fn clone(&self) -> DescribeConfigsRequestV1
fn clone(&self) -> DescribeConfigsRequestV1
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 DescribeConfigsRequestV1
impl Debug for DescribeConfigsRequestV1
impl Eq for DescribeConfigsRequestV1
Source§impl PartialEq for DescribeConfigsRequestV1
impl PartialEq for DescribeConfigsRequestV1
impl StructuralPartialEq for DescribeConfigsRequestV1
Auto Trait Implementations§
impl Freeze for DescribeConfigsRequestV1
impl RefUnwindSafe for DescribeConfigsRequestV1
impl Send for DescribeConfigsRequestV1
impl Sync for DescribeConfigsRequestV1
impl Unpin for DescribeConfigsRequestV1
impl UnsafeUnpin for DescribeConfigsRequestV1
impl UnwindSafe for DescribeConfigsRequestV1
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