pub struct InMemoryGroupEngineFactory { /* private fields */ }Implementations§
Source§impl InMemoryGroupEngineFactory
impl InMemoryGroupEngineFactory
pub fn new() -> Self
pub fn with_cold_store(cold_store: Option<ColdStoreHandle>) -> Self
Trait Implementations§
Source§impl Clone for InMemoryGroupEngineFactory
impl Clone for InMemoryGroupEngineFactory
Source§fn clone(&self) -> InMemoryGroupEngineFactory
fn clone(&self) -> InMemoryGroupEngineFactory
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 InMemoryGroupEngineFactory
impl Debug for InMemoryGroupEngineFactory
Source§impl Default for InMemoryGroupEngineFactory
impl Default for InMemoryGroupEngineFactory
Source§fn default() -> InMemoryGroupEngineFactory
fn default() -> InMemoryGroupEngineFactory
Returns the “default value” for a type. Read more
Source§impl GroupEngineFactory for InMemoryGroupEngineFactory
impl GroupEngineFactory for InMemoryGroupEngineFactory
fn create<'a>( &'a self, _placement: ShardPlacement, _metrics: GroupEngineMetrics, ) -> GroupEngineCreateFuture<'a>
Auto Trait Implementations§
impl Freeze for InMemoryGroupEngineFactory
impl !RefUnwindSafe for InMemoryGroupEngineFactory
impl Send for InMemoryGroupEngineFactory
impl Sync for InMemoryGroupEngineFactory
impl Unpin for InMemoryGroupEngineFactory
impl UnsafeUnpin for InMemoryGroupEngineFactory
impl !UnwindSafe for InMemoryGroupEngineFactory
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