Struct viewstamped_replication::RequestState
source · pub struct RequestState { /* private fields */ }Implementations§
source§impl RequestState
impl RequestState
pub fn new(address: SocketAddr, request: u128) -> Self
Trait Implementations§
source§impl Clone for RequestState
impl Clone for RequestState
source§fn clone(&self) -> RequestState
fn clone(&self) -> RequestState
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 RequestState
impl Debug for RequestState
source§impl PartialEq for RequestState
impl PartialEq for RequestState
source§fn eq(&self, other: &RequestState) -> bool
fn eq(&self, other: &RequestState) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for RequestState
impl StructuralEq for RequestState
impl StructuralPartialEq for RequestState
Auto Trait Implementations§
impl RefUnwindSafe for RequestState
impl Send for RequestState
impl Sync for RequestState
impl Unpin for RequestState
impl UnwindSafe for RequestState
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