pub struct SystemEventRef<'a> {
pub stock_locate: u16,
pub tracking_number: u16,
pub timestamp: u64,
pub event_code: char,
/* private fields */
}Fields§
§stock_locate: u16§tracking_number: u16§timestamp: u64§event_code: charImplementations§
Trait Implementations§
Source§impl<'a> Clone for SystemEventRef<'a>
impl<'a> Clone for SystemEventRef<'a>
Source§fn clone(&self) -> SystemEventRef<'a>
fn clone(&self) -> SystemEventRef<'a>
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<'a> Debug for SystemEventRef<'a>
impl<'a> Debug for SystemEventRef<'a>
Source§impl<'a> PartialEq for SystemEventRef<'a>
impl<'a> PartialEq for SystemEventRef<'a>
Source§impl<'a> ToOwnedMessage for SystemEventRef<'a>
impl<'a> ToOwnedMessage for SystemEventRef<'a>
type Owned = SystemEventMessage
fn to_owned_message(&self) -> SystemEventMessage
impl<'a> Copy for SystemEventRef<'a>
impl<'a> StructuralPartialEq for SystemEventRef<'a>
Auto Trait Implementations§
impl<'a> Freeze for SystemEventRef<'a>
impl<'a> RefUnwindSafe for SystemEventRef<'a>
impl<'a> Send for SystemEventRef<'a>
impl<'a> Sync for SystemEventRef<'a>
impl<'a> Unpin for SystemEventRef<'a>
impl<'a> UnwindSafe for SystemEventRef<'a>
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