pub enum IncompleteMessageType {
Text,
Binary,
}
Expand description
The type of incomplete message.
Variants§
Auto Trait Implementations§
impl Freeze for IncompleteMessageType
impl RefUnwindSafe for IncompleteMessageType
impl Send for IncompleteMessageType
impl Sync for IncompleteMessageType
impl Unpin for IncompleteMessageType
impl UnwindSafe for IncompleteMessageType
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