pub struct ErrorTransaction {
pub sampled: Option<bool>,
pub transaction_type: Option<String>,
}
Fields§
§sampled: Option<bool>
§transaction_type: Option<String>
Trait Implementations§
Source§impl Debug for ErrorTransaction
impl Debug for ErrorTransaction
Source§impl Default for ErrorTransaction
impl Default for ErrorTransaction
Source§fn default() -> ErrorTransaction
fn default() -> ErrorTransaction
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ErrorTransaction
impl RefUnwindSafe for ErrorTransaction
impl Send for ErrorTransaction
impl Sync for ErrorTransaction
impl Unpin for ErrorTransaction
impl UnwindSafe for ErrorTransaction
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