pub struct SyncServiceReplicateThread;Trait Implementations§
impl BidirectionalRpc for SyncServiceReplicateThread
Source§impl Rpc for SyncServiceReplicateThread
impl Rpc for SyncServiceReplicateThread
const METHOD: &'static MethodDescriptor
type Request = ReplicateThreadRequest
type Response = ReplicateThreadResponse
Auto Trait Implementations§
impl Freeze for SyncServiceReplicateThread
impl RefUnwindSafe for SyncServiceReplicateThread
impl Send for SyncServiceReplicateThread
impl Sync for SyncServiceReplicateThread
impl Unpin for SyncServiceReplicateThread
impl UnsafeUnpin for SyncServiceReplicateThread
impl UnwindSafe for SyncServiceReplicateThread
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