Struct aws_sdk_xray::model::ServiceId
source · [−]#[non_exhaustive]pub struct ServiceId { /* private fields */ }
Expand description
Implementations
Trait Implementations
impl StructuralPartialEq for ServiceId
Auto Trait Implementations
impl RefUnwindSafe for ServiceId
impl Send for ServiceId
impl Sync for ServiceId
impl Unpin for ServiceId
impl UnwindSafe for ServiceId
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