pub enum WebSocketFramingSelectionParseError {
UnknownSelection,
}Variants§
UnknownSelection
Trait Implementations§
Source§impl Clone for WebSocketFramingSelectionParseError
impl Clone for WebSocketFramingSelectionParseError
Source§fn clone(&self) -> WebSocketFramingSelectionParseError
fn clone(&self) -> WebSocketFramingSelectionParseError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for WebSocketFramingSelectionParseError
impl Eq for WebSocketFramingSelectionParseError
impl StructuralPartialEq for WebSocketFramingSelectionParseError
Auto Trait Implementations§
impl Freeze for WebSocketFramingSelectionParseError
impl RefUnwindSafe for WebSocketFramingSelectionParseError
impl Send for WebSocketFramingSelectionParseError
impl Sync for WebSocketFramingSelectionParseError
impl Unpin for WebSocketFramingSelectionParseError
impl UnsafeUnpin for WebSocketFramingSelectionParseError
impl UnwindSafe for WebSocketFramingSelectionParseError
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