pub struct ReceiveResult {
pub accepted: bool,
pub out_of_order: bool,
pub missing_ranges: Option<Vec<MissingRange>>,
}Expand description
Result of receiving a message
Fields§
§accepted: bool§out_of_order: bool§missing_ranges: Option<Vec<MissingRange>>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReceiveResult
impl RefUnwindSafe for ReceiveResult
impl Send for ReceiveResult
impl Sync for ReceiveResult
impl Unpin for ReceiveResult
impl UnwindSafe for ReceiveResult
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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