Struct kaspa_database::prelude::MemoryWriter
source · pub struct MemoryWriter;Expand description
A writer for memory stores which writes nothing to the DB
Trait Implementations§
source§impl DbWriter for MemoryWriter
impl DbWriter for MemoryWriter
source§impl Default for MemoryWriter
impl Default for MemoryWriter
source§fn default() -> MemoryWriter
fn default() -> MemoryWriter
Returns the “default value” for a type. Read more
impl DirectWriter for MemoryWriter
Auto Trait Implementations§
impl RefUnwindSafe for MemoryWriter
impl Send for MemoryWriter
impl Sync for MemoryWriter
impl Unpin for MemoryWriter
impl UnwindSafe for MemoryWriter
Blanket Implementations§
§impl<T> AnySync for T
impl<T> AnySync for T
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