pub struct PendingLookup {
pub request_id: u32,
pub conversation: ConversationKey,
pub requester: PublicKey,
pub sequence: MessageSequence,
}Expand description
An archive lookup the platform has been asked to perform.
Fields§
§request_id: u32§conversation: ConversationKeyThe stream the request selects (the original conversation).
requester: PublicKeyThe authenticated requester (used only for diagnostics; responses are addressed by the conversation’s delivery mode).
sequence: MessageSequenceTrait Implementations§
Source§impl Clone for PendingLookup
impl Clone for PendingLookup
Source§fn clone(&self) -> PendingLookup
fn clone(&self) -> PendingLookup
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PendingLookup
impl Debug for PendingLookup
impl Copy for PendingLookup
Auto Trait Implementations§
impl Freeze for PendingLookup
impl RefUnwindSafe for PendingLookup
impl Send for PendingLookup
impl Sync for PendingLookup
impl Unpin for PendingLookup
impl UnwindSafe for PendingLookup
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)