pub struct ElementPointer {
pub key: String,
}
Fields§
§key: String
Trait Implementations§
Source§impl BaseParser for ElementPointer
impl BaseParser for ElementPointer
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 ElementPointer
impl Clone for ElementPointer
Source§fn clone(&self) -> ElementPointer
fn clone(&self) -> ElementPointer
Returns a duplicate 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 ElementPointer
impl Debug for ElementPointer
Source§impl Default for ElementPointer
impl Default for ElementPointer
Source§fn default() -> ElementPointer
fn default() -> ElementPointer
Returns the “default value” for a type. Read more
Source§impl PacketVariable for ElementPointer
impl PacketVariable for ElementPointer
Source§impl PartialEq for ElementPointer
impl PartialEq for ElementPointer
impl StructuralPartialEq for ElementPointer
Auto Trait Implementations§
impl Freeze for ElementPointer
impl RefUnwindSafe for ElementPointer
impl Send for ElementPointer
impl Sync for ElementPointer
impl Unpin for ElementPointer
impl UnwindSafe for ElementPointer
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