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