pub struct ReplicationHandle { /* private fields */ }Expand description
Handle for a live replication task. Dropping this cancels the replication.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReplicationHandle
impl RefUnwindSafe for ReplicationHandle
impl Send for ReplicationHandle
impl Sync for ReplicationHandle
impl Unpin for ReplicationHandle
impl UnwindSafe for ReplicationHandle
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