pub struct SqliteProjectorCoordinator { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for SqliteProjectorCoordinator
impl Clone for SqliteProjectorCoordinator
Source§fn clone(&self) -> SqliteProjectorCoordinator
fn clone(&self) -> SqliteProjectorCoordinator
Returns a duplicate of the value. Read more
1.0.0 · 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 SqliteProjectorCoordinator
impl Debug for SqliteProjectorCoordinator
Source§impl Default for SqliteProjectorCoordinator
impl Default for SqliteProjectorCoordinator
Source§fn default() -> SqliteProjectorCoordinator
fn default() -> SqliteProjectorCoordinator
Returns the “default value” for a type. Read more
Source§impl ProjectorCoordinator for SqliteProjectorCoordinator
impl ProjectorCoordinator for SqliteProjectorCoordinator
Source§type Error = SqliteCoordinationError
type Error = SqliteCoordinationError
Error type returned when leadership acquisition fails. Read more
Source§type Guard = SqliteCoordinationGuard
type Guard = SqliteCoordinationGuard
Guard type that releases leadership when dropped. Read more
Auto Trait Implementations§
impl Freeze for SqliteProjectorCoordinator
impl RefUnwindSafe for SqliteProjectorCoordinator
impl Send for SqliteProjectorCoordinator
impl Sync for SqliteProjectorCoordinator
impl Unpin for SqliteProjectorCoordinator
impl UnsafeUnpin for SqliteProjectorCoordinator
impl UnwindSafe for SqliteProjectorCoordinator
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