Struct binlog::MemoryStore
source · [−]pub struct MemoryStore(_);Trait Implementations
sourceimpl Clone for MemoryStore
impl Clone for MemoryStore
sourcefn clone(&self) -> MemoryStore
fn clone(&self) -> MemoryStore
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for MemoryStore
impl Default for MemoryStore
sourcefn default() -> MemoryStore
fn default() -> MemoryStore
Returns the “default value” for a type. Read more
sourceimpl RangeableStore for MemoryStore
impl RangeableStore for MemoryStore
sourceimpl Store for MemoryStore
impl Store for MemoryStore
sourceimpl SubscribeableStore for MemoryStore
impl SubscribeableStore for MemoryStore
type Subscription = MemoryStreamIterator
fn subscribe<A: Into<Atom>>(&self, name: A) -> Result<Self::Subscription, Error>
Auto Trait Implementations
impl RefUnwindSafe for MemoryStore
impl Send for MemoryStore
impl Sync for MemoryStore
impl Unpin for MemoryStore
impl UnwindSafe for MemoryStore
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more