#[repr(C)]pub struct Upstream { /* private fields */ }Expand description
Wrapper for package upstreams.
Auto Trait Implementations
impl RefUnwindSafe for Upstream
impl !Send for Upstream
impl !Sync for Upstream
impl Unpin for Upstream
impl UnwindSafe for Upstream
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more