pub enum Validated<'a> {
Content(ContentMessage<'a>),
ResendRequest {
sequence: MessageSequence,
channel_group: bool,
},
Unavailable {
sequence: MessageSequence,
},
}Expand description
A validated received text payload.
Variants§
Content(ContentMessage<'a>)
ResendRequest
A request to resend one frame from the selected archive stream.
The named frame is not available for resend.
Trait Implementations§
impl<'a> Copy for Validated<'a>
impl<'a> Eq for Validated<'a>
impl<'a> StructuralPartialEq for Validated<'a>
Auto Trait Implementations§
impl<'a> Freeze for Validated<'a>
impl<'a> RefUnwindSafe for Validated<'a>
impl<'a> Send for Validated<'a>
impl<'a> Sync for Validated<'a>
impl<'a> Unpin for Validated<'a>
impl<'a> UnwindSafe for Validated<'a>
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)