pub struct HeadTimestampMsg {
pub req_id: i32,
pub head_time_stamp: String,
}Fields§
§req_id: i32§head_time_stamp: StringTrait Implementations§
Source§impl Clone for HeadTimestampMsg
impl Clone for HeadTimestampMsg
Source§fn clone(&self) -> HeadTimestampMsg
fn clone(&self) -> HeadTimestampMsg
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 moreAuto Trait Implementations§
impl Freeze for HeadTimestampMsg
impl RefUnwindSafe for HeadTimestampMsg
impl Send for HeadTimestampMsg
impl Sync for HeadTimestampMsg
impl Unpin for HeadTimestampMsg
impl UnwindSafe for HeadTimestampMsg
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