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