pub struct CompletionCelebration { /* private fields */ }Expand description
Render and record a completion celebration.
Implementations§
Source§impl CompletionCelebration
impl CompletionCelebration
pub fn new(summary: CelebrationSummary) -> Self
Sourcepub fn record_and_render(&self, ctx: OutputContext)
pub fn record_and_render(&self, ctx: OutputContext)
Record build history and render success feedback (if enabled).
Trait Implementations§
Source§impl Clone for CompletionCelebration
impl Clone for CompletionCelebration
Source§fn clone(&self) -> CompletionCelebration
fn clone(&self) -> CompletionCelebration
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for CompletionCelebration
impl RefUnwindSafe for CompletionCelebration
impl Send for CompletionCelebration
impl Sync for CompletionCelebration
impl Unpin for CompletionCelebration
impl UnsafeUnpin for CompletionCelebration
impl UnwindSafe for CompletionCelebration
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