pub struct Doorbell {
pub user_name: String,
}
Fields§
§user_name: String
Trait Implementations§
Source§impl BaseParser for Doorbell
impl BaseParser for Doorbell
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 Doorbell
impl PacketVariable for Doorbell
impl StructuralPartialEq for Doorbell
Auto Trait Implementations§
impl Freeze for Doorbell
impl RefUnwindSafe for Doorbell
impl Send for Doorbell
impl Sync for Doorbell
impl Unpin for Doorbell
impl UnwindSafe for Doorbell
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