pub struct RemoteClientDisconnected {
pub remote_addr: Option<String>,
pub timestamp: OffsetDateTime,
}Fields§
§remote_addr: Option<String>§timestamp: OffsetDateTimeTrait Implementations§
Source§impl Clone for RemoteClientDisconnected
impl Clone for RemoteClientDisconnected
Source§fn clone(&self) -> RemoteClientDisconnected
fn clone(&self) -> RemoteClientDisconnected
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RemoteClientDisconnected
impl Debug for RemoteClientDisconnected
Source§impl<'de> Deserialize<'de> for RemoteClientDisconnected
impl<'de> Deserialize<'de> for RemoteClientDisconnected
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
Auto Trait Implementations§
impl Freeze for RemoteClientDisconnected
impl RefUnwindSafe for RemoteClientDisconnected
impl Send for RemoteClientDisconnected
impl Sync for RemoteClientDisconnected
impl Unpin for RemoteClientDisconnected
impl UnsafeUnpin for RemoteClientDisconnected
impl UnwindSafe for RemoteClientDisconnected
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