pub struct GetMOTD {}
Trait Implementations§
Source§impl BaseParser for GetMOTD
impl BaseParser for GetMOTD
fn parse(packet: &mut HPacket) -> Self
fn append_to_packet(&self, packet: &mut HPacket)
fn get_direction() -> HDirection
fn get_packet_name() -> String
Source§impl PacketVariable for GetMOTD
impl PacketVariable for GetMOTD
impl StructuralPartialEq for GetMOTD
Auto Trait Implementations§
impl Freeze for GetMOTD
impl RefUnwindSafe for GetMOTD
impl Send for GetMOTD
impl Sync for GetMOTD
impl Unpin for GetMOTD
impl UnwindSafe for GetMOTD
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