pub struct ReplicationHandler { /* private fields */ }Expand description
Message handler for replication messages
Implementations§
Source§impl ReplicationHandler
impl ReplicationHandler
pub fn new(replication_manager: Arc<StdMutex<ReplicationManager>>) -> Self
Trait Implementations§
Source§impl Clone for ReplicationHandler
impl Clone for ReplicationHandler
Source§impl MessageHandler for ReplicationHandler
impl MessageHandler for ReplicationHandler
fn handle( &self, message: DistributedMessage, ) -> NetworkResult<Option<DistributedMessage>>
Auto Trait Implementations§
impl Freeze for ReplicationHandler
impl RefUnwindSafe for ReplicationHandler
impl Send for ReplicationHandler
impl Sync for ReplicationHandler
impl Unpin for ReplicationHandler
impl UnwindSafe for ReplicationHandler
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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