pub struct DependencyUpdateContext {
pub package: PackageId,
pub next_version: Version,
}Fields§
§package: PackageId§next_version: VersionTrait Implementations§
Source§impl Clone for DependencyUpdateContext
impl Clone for DependencyUpdateContext
Source§fn clone(&self) -> DependencyUpdateContext
fn clone(&self) -> DependencyUpdateContext
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DependencyUpdateContext
impl Debug for DependencyUpdateContext
impl Eq for DependencyUpdateContext
Source§impl PartialEq for DependencyUpdateContext
impl PartialEq for DependencyUpdateContext
Source§impl Serialize for DependencyUpdateContext
impl Serialize for DependencyUpdateContext
impl StructuralPartialEq for DependencyUpdateContext
Auto Trait Implementations§
impl Freeze for DependencyUpdateContext
impl RefUnwindSafe for DependencyUpdateContext
impl Send for DependencyUpdateContext
impl Sync for DependencyUpdateContext
impl Unpin for DependencyUpdateContext
impl UnsafeUnpin for DependencyUpdateContext
impl UnwindSafe for DependencyUpdateContext
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