Struct viewstamped_replication::Replica
source · pub struct Replica<Service> { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<Service> RefUnwindSafe for Replica<Service>where
Service: RefUnwindSafe,
impl<Service> Send for Replica<Service>where
Service: Send,
impl<Service> !Sync for Replica<Service>
impl<Service> Unpin for Replica<Service>where
Service: Unpin,
impl<Service> UnwindSafe for Replica<Service>where
Service: UnwindSafe,
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