pub struct WebSocketsOperationBinding {}Expand description
This object MUST NOT contain any properties. Its name is reserved for future use.
Trait Implementations§
Source§impl Clone for WebSocketsOperationBinding
impl Clone for WebSocketsOperationBinding
Source§fn clone(&self) -> WebSocketsOperationBinding
fn clone(&self) -> WebSocketsOperationBinding
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 WebSocketsOperationBinding
impl Debug for WebSocketsOperationBinding
Source§impl Default for WebSocketsOperationBinding
impl Default for WebSocketsOperationBinding
Source§fn default() -> WebSocketsOperationBinding
fn default() -> WebSocketsOperationBinding
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WebSocketsOperationBinding
impl<'de> Deserialize<'de> for WebSocketsOperationBinding
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
impl StructuralPartialEq for WebSocketsOperationBinding
Auto Trait Implementations§
impl Freeze for WebSocketsOperationBinding
impl RefUnwindSafe for WebSocketsOperationBinding
impl Send for WebSocketsOperationBinding
impl Sync for WebSocketsOperationBinding
impl Unpin for WebSocketsOperationBinding
impl UnwindSafe for WebSocketsOperationBinding
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