pub struct ServerShutdownMsg {
pub event_time: Timestamp,
}Fields§
§event_time: TimestampEvent time
Trait Implementations§
Source§impl Debug for ServerShutdownMsg
impl Debug for ServerShutdownMsg
Source§impl<'de> Deserialize<'de> for ServerShutdownMsg
impl<'de> Deserialize<'de> for ServerShutdownMsg
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ServerShutdownMsg
impl PartialEq for ServerShutdownMsg
Source§fn eq(&self, other: &ServerShutdownMsg) -> bool
fn eq(&self, other: &ServerShutdownMsg) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ServerShutdownMsg
Auto Trait Implementations§
impl Freeze for ServerShutdownMsg
impl RefUnwindSafe for ServerShutdownMsg
impl Send for ServerShutdownMsg
impl Sync for ServerShutdownMsg
impl Unpin for ServerShutdownMsg
impl UnsafeUnpin for ServerShutdownMsg
impl UnwindSafe for ServerShutdownMsg
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