pub struct OperationAttributes { /* private fields */ }Expand description
String key-value attributes shared by every event in one operation.
Implementations§
Trait Implementations§
Source§impl Clone for OperationAttributes
impl Clone for OperationAttributes
Source§fn clone(&self) -> OperationAttributes
fn clone(&self) -> OperationAttributes
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 OperationAttributes
impl Debug for OperationAttributes
Source§impl Default for OperationAttributes
impl Default for OperationAttributes
Source§fn default() -> OperationAttributes
fn default() -> OperationAttributes
Returns the “default value” for a type. Read more
impl Eq for OperationAttributes
Source§impl PartialEq for OperationAttributes
impl PartialEq for OperationAttributes
impl StructuralPartialEq for OperationAttributes
Auto Trait Implementations§
impl Freeze for OperationAttributes
impl RefUnwindSafe for OperationAttributes
impl Send for OperationAttributes
impl Sync for OperationAttributes
impl Unpin for OperationAttributes
impl UnsafeUnpin for OperationAttributes
impl UnwindSafe for OperationAttributes
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