pub struct TestMetricFilterResponse {
pub matches: Vec<MetricFilterMatchRecord>,
}Expand description
CloudWatch Logs TestMetricFilterResponse.
Fields§
§matches: Vec<MetricFilterMatchRecord>Trait Implementations§
Source§impl Clone for TestMetricFilterResponse
impl Clone for TestMetricFilterResponse
Source§fn clone(&self) -> TestMetricFilterResponse
fn clone(&self) -> TestMetricFilterResponse
Returns a duplicate of the value. Read more
1.0.0 · 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 TestMetricFilterResponse
impl Debug for TestMetricFilterResponse
Source§impl Default for TestMetricFilterResponse
impl Default for TestMetricFilterResponse
Source§fn default() -> TestMetricFilterResponse
fn default() -> TestMetricFilterResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TestMetricFilterResponse
impl<'de> Deserialize<'de> for TestMetricFilterResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for TestMetricFilterResponse
impl RefUnwindSafe for TestMetricFilterResponse
impl Send for TestMetricFilterResponse
impl Sync for TestMetricFilterResponse
impl Unpin for TestMetricFilterResponse
impl UnsafeUnpin for TestMetricFilterResponse
impl UnwindSafe for TestMetricFilterResponse
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