Struct viewstamped_replication::model::Reply
source · pub struct Reply {
pub x: Vec<u8>,
pub s: RequestIdentifier,
}Fields§
§x: Vec<u8>The response from the service after executing the operation.
s: RequestIdentifierClient-assigned number for the request.
Trait Implementations§
source§impl PartialEq for Reply
impl PartialEq for Reply
impl Eq for Reply
impl StructuralPartialEq for Reply
Auto Trait Implementations§
impl RefUnwindSafe for Reply
impl Send for Reply
impl Sync for Reply
impl Unpin for Reply
impl UnwindSafe for Reply
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