pub struct EventRecorder { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for EventRecorder
impl Clone for EventRecorder
Source§fn clone(&self) -> EventRecorder
fn clone(&self) -> EventRecorder
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 EventRecorder
impl !RefUnwindSafe for EventRecorder
impl Send for EventRecorder
impl Sync for EventRecorder
impl Unpin for EventRecorder
impl UnsafeUnpin for EventRecorder
impl !UnwindSafe for EventRecorder
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