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 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 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 for GetSecondsUntil
impl PartialEq for GetSecondsUntil
impl StructuralPartialEq for GetSecondsUntil
Auto Trait Implementations§
impl Freeze for GetSecondsUntil
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