pub struct UniqueMachineID {
pub machine_id: String,
}
Fields§
§machine_id: String
Trait Implementations§
source§impl BaseParser for UniqueMachineID
impl BaseParser for UniqueMachineID
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 Clone for UniqueMachineID
impl Clone for UniqueMachineID
source§fn clone(&self) -> UniqueMachineID
fn clone(&self) -> UniqueMachineID
Returns a copy of the value. Read more
1.0.0 · 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 UniqueMachineID
impl Debug for UniqueMachineID
source§impl Default for UniqueMachineID
impl Default for UniqueMachineID
source§fn default() -> UniqueMachineID
fn default() -> UniqueMachineID
Returns the “default value” for a type. Read more
source§impl PacketVariable for UniqueMachineID
impl PacketVariable for UniqueMachineID
source§impl PartialEq<UniqueMachineID> for UniqueMachineID
impl PartialEq<UniqueMachineID> for UniqueMachineID
source§fn eq(&self, other: &UniqueMachineID) -> bool
fn eq(&self, other: &UniqueMachineID) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for UniqueMachineID
Auto Trait Implementations§
impl RefUnwindSafe for UniqueMachineID
impl Send for UniqueMachineID
impl Sync for UniqueMachineID
impl Unpin for UniqueMachineID
impl UnwindSafe for UniqueMachineID
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