pub struct ToClientEvent {
pub n: String,
pub a: Vec<Value>,
}Fields§
§n: String§a: Vec<Value>Trait Implementations§
Source§impl Clone for ToClientEvent
impl Clone for ToClientEvent
Source§fn clone(&self) -> ToClientEvent
fn clone(&self) -> ToClientEvent
Returns a copy 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 ToClientEvent
impl Debug for ToClientEvent
Source§impl<'de> Deserialize<'de> for ToClientEvent
impl<'de> Deserialize<'de> for ToClientEvent
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
Auto Trait Implementations§
impl Freeze for ToClientEvent
impl RefUnwindSafe for ToClientEvent
impl Send for ToClientEvent
impl Sync for ToClientEvent
impl Unpin for ToClientEvent
impl UnwindSafe for ToClientEvent
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