pub struct VendorStatus {
pub name: String,
pub upstream_oid: Option<Oid>,
}Expand description
Per-vendor update status returned by status.
Fields§
§name: String§upstream_oid: Option<Oid>Some(oid) when upstream has unmerged changes at that commit;
None when the vendor is up to date.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VendorStatus
impl RefUnwindSafe for VendorStatus
impl Send for VendorStatus
impl Sync for VendorStatus
impl Unpin for VendorStatus
impl UnsafeUnpin for VendorStatus
impl UnwindSafe for VendorStatus
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