pub struct AckResponse {
pub ack: Ack,
}Expand description
Answers an AckRequest. Carries the recorded Ack back so the
caller has the exact reader identity and timestamp the mailbox stamped,
mirroring how SendResponse hands the caller its own address.
Fields§
§ack: AckImplementations§
Trait Implementations§
Source§impl Clone for AckResponse
impl Clone for AckResponse
Source§impl Debug for AckResponse
impl Debug for AckResponse
Source§impl<'de> Deserialize<'de> for AckResponse
impl<'de> Deserialize<'de> for AckResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for AckResponse
Source§impl PartialEq for AckResponse
impl PartialEq for AckResponse
Source§impl Serialize for AckResponse
impl Serialize for AckResponse
impl StructuralPartialEq for AckResponse
Auto Trait Implementations§
impl Freeze for AckResponse
impl RefUnwindSafe for AckResponse
impl Send for AckResponse
impl Sync for AckResponse
impl Unpin for AckResponse
impl UnsafeUnpin for AckResponse
impl UnwindSafe for AckResponse
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