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