Struct viewstamped_replication::model::ConcurrentRequest
source · pub struct ConcurrentRequest {
pub s: RequestIdentifier,
}Fields§
§s: RequestIdentifierClient-assigned number for the request in-progress.
Trait Implementations§
source§impl Clone for ConcurrentRequest
impl Clone for ConcurrentRequest
source§fn clone(&self) -> ConcurrentRequest
fn clone(&self) -> ConcurrentRequest
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ConcurrentRequest
impl Debug for ConcurrentRequest
source§impl From<ConcurrentRequest> for Payload
impl From<ConcurrentRequest> for Payload
source§fn from(value: ConcurrentRequest) -> Self
fn from(value: ConcurrentRequest) -> Self
Converts to this type from the input type.
source§impl PartialEq for ConcurrentRequest
impl PartialEq for ConcurrentRequest
source§fn eq(&self, other: &ConcurrentRequest) -> bool
fn eq(&self, other: &ConcurrentRequest) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl TryFrom<Payload> for ConcurrentRequest
impl TryFrom<Payload> for ConcurrentRequest
impl Eq for ConcurrentRequest
impl StructuralPartialEq for ConcurrentRequest
Auto Trait Implementations§
impl RefUnwindSafe for ConcurrentRequest
impl Send for ConcurrentRequest
impl Sync for ConcurrentRequest
impl Unpin for ConcurrentRequest
impl UnwindSafe for ConcurrentRequest
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