pub struct ConfigurationClientboundPluginMessage {
pub channel: Identifier,
pub data: ByteArray,
}Expand description
Plugin message used during the Configuration phase
Fields§
§channel: Identifierchannel name that the plugin message wants to send data to
data: ByteArraythe data that should be send to the channel
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ConfigurationClientboundPluginMessage
impl RefUnwindSafe for ConfigurationClientboundPluginMessage
impl Send for ConfigurationClientboundPluginMessage
impl Sync for ConfigurationClientboundPluginMessage
impl Unpin for ConfigurationClientboundPluginMessage
impl UnwindSafe for ConfigurationClientboundPluginMessage
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