#[repr(C)]pub struct Upstream { /* private fields */ }Expand description
Wrapper for package upstream info.
Trait Implementations§
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§
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