pub struct PingPeerJob {
pub bucket_id: Uuid,
pub peer_id: PublicKey,
}Expand description
Ping peer job definition
Fields§
§bucket_id: Uuid§peer_id: PublicKeyTrait Implementations§
Source§impl Clone for PingPeerJob
impl Clone for PingPeerJob
Source§fn clone(&self) -> PingPeerJob
fn clone(&self) -> PingPeerJob
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 moreAuto Trait Implementations§
impl Freeze for PingPeerJob
impl RefUnwindSafe for PingPeerJob
impl Send for PingPeerJob
impl Sync for PingPeerJob
impl Unpin for PingPeerJob
impl UnwindSafe for PingPeerJob
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