Struct libsql_replication::Replicator
source · pub struct Replicator {
pub frames_sender: Sender<Frames>,
pub current_frame_no_notifier: Receiver<FrameNo>,
pub meta: Arc<Mutex<Option<WalIndexMeta>>>,
pub injector: FrameInjector<'static>,
/* private fields */
}Fields§
§frames_sender: Sender<Frames>§current_frame_no_notifier: Receiver<FrameNo>§meta: Arc<Mutex<Option<WalIndexMeta>>>§injector: FrameInjector<'static>Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Replicator
impl !Send for Replicator
impl !Sync for Replicator
impl Unpin for Replicator
impl !UnwindSafe for Replicator
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