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