pub enum WebSocketCreatedMethod {
WebSocketCreated,
}Variants§
WebSocketCreated
Trait Implementations§
Source§impl Clone for WebSocketCreatedMethod
impl Clone for WebSocketCreatedMethod
Source§fn clone(&self) -> WebSocketCreatedMethod
fn clone(&self) -> WebSocketCreatedMethod
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WebSocketCreatedMethod
impl Debug for WebSocketCreatedMethod
Source§impl<'de> Deserialize<'de> for WebSocketCreatedMethod
impl<'de> Deserialize<'de> for WebSocketCreatedMethod
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for WebSocketCreatedMethod
impl PartialEq for WebSocketCreatedMethod
Source§impl Serialize for WebSocketCreatedMethod
impl Serialize for WebSocketCreatedMethod
impl StructuralPartialEq for WebSocketCreatedMethod
Auto Trait Implementations§
impl Freeze for WebSocketCreatedMethod
impl RefUnwindSafe for WebSocketCreatedMethod
impl Send for WebSocketCreatedMethod
impl Sync for WebSocketCreatedMethod
impl Unpin for WebSocketCreatedMethod
impl UnsafeUnpin for WebSocketCreatedMethod
impl UnwindSafe for WebSocketCreatedMethod
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