pub struct FetchServices<'a> {
pub credentials: &'a mut dyn CredentialProvider,
pub progress: &'a mut dyn ProgressSink,
}Expand description
Mutable seams used while fetching.
Fields§
§credentials: &'a mut dyn CredentialProviderCredential source for authenticated transports.
progress: &'a mut dyn ProgressSinkProgress sink for prune notices.
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for FetchServices<'a>
impl<'a> !Send for FetchServices<'a>
impl<'a> !Sync for FetchServices<'a>
impl<'a> !UnwindSafe for FetchServices<'a>
impl<'a> Freeze for FetchServices<'a>
impl<'a> Unpin for FetchServices<'a>
impl<'a> UnsafeUnpin for FetchServices<'a>
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