pub enum TextReceiveIssue {
WrongPayloadType(PayloadType),
Parse(ParseError),
}Expand description
Reason a received packet did not become a text message callback.
Variants§
WrongPayloadType(PayloadType)
Parse(ParseError)
Trait Implementations§
Source§impl Clone for TextReceiveIssue
impl Clone for TextReceiveIssue
Source§fn clone(&self) -> TextReceiveIssue
fn clone(&self) -> TextReceiveIssue
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TextReceiveIssue
impl Debug for TextReceiveIssue
Source§impl PartialEq for TextReceiveIssue
impl PartialEq for TextReceiveIssue
impl Copy for TextReceiveIssue
impl Eq for TextReceiveIssue
impl StructuralPartialEq for TextReceiveIssue
Auto Trait Implementations§
impl Freeze for TextReceiveIssue
impl RefUnwindSafe for TextReceiveIssue
impl Send for TextReceiveIssue
impl Sync for TextReceiveIssue
impl Unpin for TextReceiveIssue
impl UnwindSafe for TextReceiveIssue
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)