pub struct MacosContentFetchPlan { /* private fields */ }Expand description
Validated metadata required to stream one exact file revision into native staging storage.
Implementations§
Trait Implementations§
Source§impl Clone for MacosContentFetchPlan
impl Clone for MacosContentFetchPlan
Source§fn clone(&self) -> MacosContentFetchPlan
fn clone(&self) -> MacosContentFetchPlan
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 MacosContentFetchPlan
impl Debug for MacosContentFetchPlan
Source§impl PartialEq for MacosContentFetchPlan
impl PartialEq for MacosContentFetchPlan
impl Eq for MacosContentFetchPlan
impl StructuralPartialEq for MacosContentFetchPlan
Auto Trait Implementations§
impl Freeze for MacosContentFetchPlan
impl RefUnwindSafe for MacosContentFetchPlan
impl Send for MacosContentFetchPlan
impl Sync for MacosContentFetchPlan
impl Unpin for MacosContentFetchPlan
impl UnwindSafe for MacosContentFetchPlan
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