pub struct DescribeConfigsResult { /* private fields */ }Expand description
Complete response from one DescribeConfigs operation.
Implementations§
Source§impl DescribeConfigsResult
impl DescribeConfigsResult
Sourcepub fn throttle_time(&self) -> Duration
pub fn throttle_time(&self) -> Duration
Returns the broker throttle time.
Sourcepub fn resources(&self) -> &[ConfigResourceResult]
pub fn resources(&self) -> &[ConfigResourceResult]
Returns resource results in broker response order.
Sourcepub fn into_resources(self) -> Vec<ConfigResourceResult>
pub fn into_resources(self) -> Vec<ConfigResourceResult>
Consumes this response and returns its resource results.
Sourcepub fn has_errors(&self) -> bool
pub fn has_errors(&self) -> bool
Returns whether at least one resource was rejected.
Trait Implementations§
Source§impl Clone for DescribeConfigsResult
impl Clone for DescribeConfigsResult
Source§fn clone(&self) -> DescribeConfigsResult
fn clone(&self) -> DescribeConfigsResult
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 DescribeConfigsResult
impl Debug for DescribeConfigsResult
impl Eq for DescribeConfigsResult
Source§impl PartialEq for DescribeConfigsResult
impl PartialEq for DescribeConfigsResult
impl StructuralPartialEq for DescribeConfigsResult
Auto Trait Implementations§
impl Freeze for DescribeConfigsResult
impl RefUnwindSafe for DescribeConfigsResult
impl Send for DescribeConfigsResult
impl Sync for DescribeConfigsResult
impl Unpin for DescribeConfigsResult
impl UnsafeUnpin for DescribeConfigsResult
impl UnwindSafe for DescribeConfigsResult
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