pub struct ConfiguratorHelloEvent {}Trait Implementations§
Source§impl ConvertPacket<ConfiguratorHelloEvent> for ConfiguratorHelloEvent
impl ConvertPacket<ConfiguratorHelloEvent> for ConfiguratorHelloEvent
fn try_from_packet(packet: &Packet) -> Result<Self, ConvertPacketError>
fn to_packet(&self) -> Packet
Source§impl Debug for ConfiguratorHelloEvent
impl Debug for ConfiguratorHelloEvent
Source§impl Ord for ConfiguratorHelloEvent
impl Ord for ConfiguratorHelloEvent
Source§fn cmp(&self, other: &ConfiguratorHelloEvent) -> Ordering
fn cmp(&self, other: &ConfiguratorHelloEvent) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ConfiguratorHelloEvent
impl PartialEq for ConfiguratorHelloEvent
Source§impl PartialOrd for ConfiguratorHelloEvent
impl PartialOrd for ConfiguratorHelloEvent
impl Eq for ConfiguratorHelloEvent
impl StructuralPartialEq for ConfiguratorHelloEvent
Auto Trait Implementations§
impl Freeze for ConfiguratorHelloEvent
impl RefUnwindSafe for ConfiguratorHelloEvent
impl Send for ConfiguratorHelloEvent
impl Sync for ConfiguratorHelloEvent
impl Unpin for ConfiguratorHelloEvent
impl UnwindSafe for ConfiguratorHelloEvent
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