pub struct AliveCheckRequest {}Expand description
Checks the TCP Socket is still alive
Sent with no payload, the AliveCheckRequest is utilised to maintain a connection
to a TCP socket or to check the status of one.
Trait Implementations§
Source§impl Clone for AliveCheckRequest
impl Clone for AliveCheckRequest
Source§fn clone(&self) -> AliveCheckRequest
fn clone(&self) -> AliveCheckRequest
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 Debug for AliveCheckRequest
impl Debug for AliveCheckRequest
Source§impl From<&[u8]> for AliveCheckRequest
impl From<&[u8]> for AliveCheckRequest
Source§impl From<AliveCheckRequest> for [u8; 0]
impl From<AliveCheckRequest> for [u8; 0]
Source§fn from(_: AliveCheckRequest) -> Self
fn from(_: AliveCheckRequest) -> Self
Converts to this type from the input type.
Source§impl PartialEq for AliveCheckRequest
impl PartialEq for AliveCheckRequest
impl Copy for AliveCheckRequest
impl StructuralPartialEq for AliveCheckRequest
Auto Trait Implementations§
impl Freeze for AliveCheckRequest
impl RefUnwindSafe for AliveCheckRequest
impl Send for AliveCheckRequest
impl Sync for AliveCheckRequest
impl Unpin for AliveCheckRequest
impl UnsafeUnpin for AliveCheckRequest
impl UnwindSafe for AliveCheckRequest
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