pub struct Tracking(/* private fields */);Expand description
A message tracking returned by Shell::publish.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Tracking
impl !RefUnwindSafe for Tracking
impl !Send for Tracking
impl !Sync for Tracking
impl Unpin for Tracking
impl UnsafeUnpin for Tracking
impl !UnwindSafe for Tracking
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