pub struct Push { /* private fields */ }Expand description
A publishing model that requires the owner of the event to explicitly publish the event’s metrics.
The owner must call MetricsPusher::push() on the metrics pusher associated with the
event at creation time.
Trait Implementations§
impl PublishModel for Push
impl RefUnwindSafe for Push
impl UnwindSafe for Push
Auto Trait Implementations§
impl Freeze for Push
impl !Send for Push
impl !Sync for Push
impl Unpin for Push
impl UnsafeUnpin for Push
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