pub struct MemoryAuditSinkFactory;Expand description
Builds a MemoryAuditSink.
Trait Implementations§
Source§impl Clone for MemoryAuditSinkFactory
impl Clone for MemoryAuditSinkFactory
Source§fn clone(&self) -> MemoryAuditSinkFactory
fn clone(&self) -> MemoryAuditSinkFactory
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 moreimpl Copy for MemoryAuditSinkFactory
Source§impl Debug for MemoryAuditSinkFactory
impl Debug for MemoryAuditSinkFactory
Source§impl Default for MemoryAuditSinkFactory
impl Default for MemoryAuditSinkFactory
Source§fn default() -> MemoryAuditSinkFactory
fn default() -> MemoryAuditSinkFactory
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MemoryAuditSinkFactory
impl RefUnwindSafe for MemoryAuditSinkFactory
impl Send for MemoryAuditSinkFactory
impl Sync for MemoryAuditSinkFactory
impl Unpin for MemoryAuditSinkFactory
impl UnsafeUnpin for MemoryAuditSinkFactory
impl UnwindSafe for MemoryAuditSinkFactory
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