pub struct ClientsidePluginMessage {
pub channel: String,
pub data: Vec<u8>,
}Fields§
§channel: String§data: Vec<u8>Implementations§
Trait Implementations§
Source§impl Clone for ClientsidePluginMessage
impl Clone for ClientsidePluginMessage
Source§fn clone(&self) -> ClientsidePluginMessage
fn clone(&self) -> ClientsidePluginMessage
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 moreSource§impl Debug for ClientsidePluginMessage
impl Debug for ClientsidePluginMessage
Source§impl IntoPacket<ClientsideConfigurationPacket> for ClientsidePluginMessage
impl IntoPacket<ClientsideConfigurationPacket> for ClientsidePluginMessage
fn into_packet(self) -> ClientsideConfigurationPacket
Source§impl PartialEq for ClientsidePluginMessage
impl PartialEq for ClientsidePluginMessage
Source§fn eq(&self, other: &ClientsidePluginMessage) -> bool
fn eq(&self, other: &ClientsidePluginMessage) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ClientsidePluginMessage
Auto Trait Implementations§
impl Freeze for ClientsidePluginMessage
impl RefUnwindSafe for ClientsidePluginMessage
impl Send for ClientsidePluginMessage
impl Sync for ClientsidePluginMessage
impl Unpin for ClientsidePluginMessage
impl UnsafeUnpin for ClientsidePluginMessage
impl UnwindSafe for ClientsidePluginMessage
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