pub struct MetricFilter {
pub filter_name: String,
pub filter_pattern: String,
pub log_group_name: String,
pub metric_transformations: Vec<MetricTransformation>,
pub creation_time: i64,
}Fields§
§filter_name: String§filter_pattern: String§log_group_name: String§metric_transformations: Vec<MetricTransformation>§creation_time: i64Auto Trait Implementations§
impl Freeze for MetricFilter
impl RefUnwindSafe for MetricFilter
impl Send for MetricFilter
impl Sync for MetricFilter
impl Unpin for MetricFilter
impl UnsafeUnpin for MetricFilter
impl UnwindSafe for MetricFilter
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