Struct fsd_interface::messages::PingMessage
source · pub struct PingMessage {
pub from: String,
pub to: String,
pub timestamp: u64,
}Fields§
§from: String§to: String§timestamp: u64Implementations§
Trait Implementations§
source§impl Debug for PingMessage
impl Debug for PingMessage
source§impl Display for PingMessage
impl Display for PingMessage
Auto Trait Implementations§
impl RefUnwindSafe for PingMessage
impl Send for PingMessage
impl Sync for PingMessage
impl Unpin for PingMessage
impl UnwindSafe for PingMessage
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