Struct aws_sdk_xray::model::TraceUser
source · [−]#[non_exhaustive]pub struct TraceUser { /* private fields */ }
Expand description
Information about a user recorded in segment documents.
Implementations
Trait Implementations
impl StructuralPartialEq for TraceUser
Auto Trait Implementations
impl RefUnwindSafe for TraceUser
impl Send for TraceUser
impl Sync for TraceUser
impl Unpin for TraceUser
impl UnwindSafe for TraceUser
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more