pub struct Received {
pub message: CanonicalMessage,
pub commit: CommitFunc,
}Expand description
A successfully received single message.
Fields§
§message: CanonicalMessage§commit: CommitFuncTrait Implementations§
Auto Trait Implementations§
impl !Freeze for Received
impl !RefUnwindSafe for Received
impl !Sync for Received
impl !UnwindSafe for Received
impl Send for Received
impl Unpin for Received
impl UnsafeUnpin for Received
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