pub struct LookupAttribute {
pub attribute_key: String,
pub attribute_value: String,
}Expand description
Specifies an attribute and value that filter the events returned.
Fields§
§attribute_key: StringSpecifies an attribute on which to filter the events returned.
attribute_value: StringSpecifies a value for the specified AttributeKey.
Trait Implementations§
Source§impl Clone for LookupAttribute
impl Clone for LookupAttribute
Source§fn clone(&self) -> LookupAttribute
fn clone(&self) -> LookupAttribute
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 LookupAttribute
impl Debug for LookupAttribute
Source§impl Default for LookupAttribute
impl Default for LookupAttribute
Source§fn default() -> LookupAttribute
fn default() -> LookupAttribute
Returns the “default value” for a type. Read more
Source§impl PartialEq for LookupAttribute
impl PartialEq for LookupAttribute
Source§impl Serialize for LookupAttribute
impl Serialize for LookupAttribute
impl StructuralPartialEq for LookupAttribute
Auto Trait Implementations§
impl Freeze for LookupAttribute
impl RefUnwindSafe for LookupAttribute
impl Send for LookupAttribute
impl Sync for LookupAttribute
impl Unpin for LookupAttribute
impl UnwindSafe for LookupAttribute
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