pub struct InMemoryAxiomSink { /* private fields */ }Implementations§
Source§impl InMemoryAxiomSink
impl InMemoryAxiomSink
pub fn events(&self) -> Vec<AnalyticsEvent>
Trait Implementations§
Source§impl AnalyticsSink for InMemoryAxiomSink
impl AnalyticsSink for InMemoryAxiomSink
fn send_event(&self, event: AnalyticsEvent) -> IntegrationResult<()>
Source§impl Clone for InMemoryAxiomSink
impl Clone for InMemoryAxiomSink
Source§fn clone(&self) -> InMemoryAxiomSink
fn clone(&self) -> InMemoryAxiomSink
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 moreSource§impl Debug for InMemoryAxiomSink
impl Debug for InMemoryAxiomSink
Source§impl Default for InMemoryAxiomSink
impl Default for InMemoryAxiomSink
Source§fn default() -> InMemoryAxiomSink
fn default() -> InMemoryAxiomSink
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for InMemoryAxiomSink
impl RefUnwindSafe for InMemoryAxiomSink
impl Send for InMemoryAxiomSink
impl Sync for InMemoryAxiomSink
impl Unpin for InMemoryAxiomSink
impl UnsafeUnpin for InMemoryAxiomSink
impl UnwindSafe for InMemoryAxiomSink
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