pub struct IncomingSyncRequest {
pub request_id: RequestId,
pub peer: PeerId,
pub request: SyncRequest,
}Expand description
Incoming sync request forwarded to the sync responder
Fields§
§request_id: RequestId§peer: PeerId§request: SyncRequestAuto Trait Implementations§
impl Freeze for IncomingSyncRequest
impl RefUnwindSafe for IncomingSyncRequest
impl Send for IncomingSyncRequest
impl Sync for IncomingSyncRequest
impl Unpin for IncomingSyncRequest
impl UnsafeUnpin for IncomingSyncRequest
impl UnwindSafe for IncomingSyncRequest
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