pub struct PendingPathRequest {
pub destination: DestinationHash,
pub command_id: CommandId,
pub timeout_at: InstantMillis,
}Fields§
§destination: DestinationHash§command_id: CommandId§timeout_at: InstantMillisTrait Implementations§
Source§impl Clone for PendingPathRequest
impl Clone for PendingPathRequest
Source§fn clone(&self) -> PendingPathRequest
fn clone(&self) -> PendingPathRequest
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 moreimpl Copy for PendingPathRequest
Source§impl Debug for PendingPathRequest
impl Debug for PendingPathRequest
impl Eq for PendingPathRequest
Source§impl PartialEq for PendingPathRequest
impl PartialEq for PendingPathRequest
impl StructuralPartialEq for PendingPathRequest
Auto Trait Implementations§
impl Freeze for PendingPathRequest
impl RefUnwindSafe for PendingPathRequest
impl Send for PendingPathRequest
impl Sync for PendingPathRequest
impl Unpin for PendingPathRequest
impl UnsafeUnpin for PendingPathRequest
impl UnwindSafe for PendingPathRequest
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