pub struct WindowsFetchDataTransfer { /* private fields */ }Expand description
Owned logical bytes ready for one synchronous CFAPI transfer call.
Implementations§
Source§impl WindowsFetchDataTransfer
impl WindowsFetchDataTransfer
Sourcepub fn from_response(
snapshot: &WindowsFetchDataSnapshot,
revision: &ContentRevision,
response: ContentReadResponse,
) -> Result<Self>
pub fn from_response( snapshot: &WindowsFetchDataSnapshot, revision: &ContentRevision, response: ContentReadResponse, ) -> Result<Self>
Validates that a core response exactly satisfies the native required range.
§Errors
Returns an error when validation fails or an underlying backend, store, or platform operation fails.
Trait Implementations§
Source§impl Clone for WindowsFetchDataTransfer
impl Clone for WindowsFetchDataTransfer
Source§fn clone(&self) -> WindowsFetchDataTransfer
fn clone(&self) -> WindowsFetchDataTransfer
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WindowsFetchDataTransfer
impl Debug for WindowsFetchDataTransfer
Source§impl PartialEq for WindowsFetchDataTransfer
impl PartialEq for WindowsFetchDataTransfer
impl Eq for WindowsFetchDataTransfer
impl StructuralPartialEq for WindowsFetchDataTransfer
Auto Trait Implementations§
impl !Freeze for WindowsFetchDataTransfer
impl RefUnwindSafe for WindowsFetchDataTransfer
impl Send for WindowsFetchDataTransfer
impl Sync for WindowsFetchDataTransfer
impl Unpin for WindowsFetchDataTransfer
impl UnwindSafe for WindowsFetchDataTransfer
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