pub struct WindowsCancelFetchDataRequest { /* private fields */ }Expand description
Accepted cancellation notification plus its non-cloneable active-session lease.
Implementations§
Source§impl WindowsCancelFetchDataRequest
impl WindowsCancelFetchDataRequest
Sourcepub const fn snapshot(&self) -> &WindowsCancelFetchDataSnapshot
pub const fn snapshot(&self) -> &WindowsCancelFetchDataSnapshot
Returns the immutable callback snapshot.
Sourcepub const fn lease(&self) -> &WindowsCallbackLease
pub const fn lease(&self) -> &WindowsCallbackLease
Returns the accepted generation lease.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WindowsCancelFetchDataRequest
impl RefUnwindSafe for WindowsCancelFetchDataRequest
impl Send for WindowsCancelFetchDataRequest
impl Sync for WindowsCancelFetchDataRequest
impl Unpin for WindowsCancelFetchDataRequest
impl UnwindSafe for WindowsCancelFetchDataRequest
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