Struct libsql::database::ReplicationContext
source · pub struct ReplicationContext {
pub replicator: Replicator,
pub endpoint: String,
}Fields§
§replicator: Replicator§endpoint: StringAuto Trait Implementations§
impl !RefUnwindSafe for ReplicationContext
impl Send for ReplicationContext
impl !Sync for ReplicationContext
impl Unpin for ReplicationContext
impl !UnwindSafe for ReplicationContext
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