pub struct MacosFetchedContentChunk { /* private fields */ }Expand description
One validated bounded chunk from a MacosContentFetchPlan.
Implementations§
Trait Implementations§
Source§impl Clone for MacosFetchedContentChunk
impl Clone for MacosFetchedContentChunk
Source§fn clone(&self) -> MacosFetchedContentChunk
fn clone(&self) -> MacosFetchedContentChunk
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 MacosFetchedContentChunk
impl Debug for MacosFetchedContentChunk
Source§impl PartialEq for MacosFetchedContentChunk
impl PartialEq for MacosFetchedContentChunk
impl Eq for MacosFetchedContentChunk
impl StructuralPartialEq for MacosFetchedContentChunk
Auto Trait Implementations§
impl !Freeze for MacosFetchedContentChunk
impl RefUnwindSafe for MacosFetchedContentChunk
impl Send for MacosFetchedContentChunk
impl Sync for MacosFetchedContentChunk
impl Unpin for MacosFetchedContentChunk
impl UnwindSafe for MacosFetchedContentChunk
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