pub struct QresyncResponse {
pub mailbox: Mailbox,
pub vanished: Vec<RangeInclusive<u32>>,
pub fetches: Vec<Fetch>,
}Fields§
§mailbox: Mailbox§vanished: Vec<RangeInclusive<u32>>§fetches: Vec<Fetch>Trait Implementations§
Auto Trait Implementations§
impl Freeze for QresyncResponse
impl RefUnwindSafe for QresyncResponse
impl Send for QresyncResponse
impl Sync for QresyncResponse
impl Unpin for QresyncResponse
impl UnsafeUnpin for QresyncResponse
impl UnwindSafe for QresyncResponse
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