pub struct AliveCheck;Trait Implementations§
Source§impl Clone for AliveCheck
impl Clone for AliveCheck
Source§fn clone(&self) -> AliveCheck
fn clone(&self) -> AliveCheck
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 AliveCheck
impl Debug for AliveCheck
Source§impl From<AliveCheck> for Vec<u8>
impl From<AliveCheck> for Vec<u8>
Source§fn from(_: AliveCheck) -> Self
fn from(_: AliveCheck) -> Self
Converts to this type from the input type.
Source§impl PartialEq for AliveCheck
impl PartialEq for AliveCheck
Source§impl TryFrom<&[u8]> for AliveCheck
impl TryFrom<&[u8]> for AliveCheck
impl Eq for AliveCheck
impl StructuralPartialEq for AliveCheck
Auto Trait Implementations§
impl Freeze for AliveCheck
impl RefUnwindSafe for AliveCheck
impl Send for AliveCheck
impl Sync for AliveCheck
impl Unpin for AliveCheck
impl UnwindSafe for AliveCheck
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