pub struct PathUpstreamLatestConstraint {
pub package_name: String,
pub upstream_name: String,
pub current_constraint: String,
pub latest_version: String,
pub new_constraint: String,
pub package_root: PathBuf,
}Fields§
§package_name: String§upstream_name: String§current_constraint: String§latest_version: String§new_constraint: String§package_root: PathBufTrait Implementations§
Source§impl Clone for PathUpstreamLatestConstraint
impl Clone for PathUpstreamLatestConstraint
Source§fn clone(&self) -> PathUpstreamLatestConstraint
fn clone(&self) -> PathUpstreamLatestConstraint
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 PathUpstreamLatestConstraint
impl Debug for PathUpstreamLatestConstraint
impl Eq for PathUpstreamLatestConstraint
impl StructuralPartialEq for PathUpstreamLatestConstraint
Auto Trait Implementations§
impl Freeze for PathUpstreamLatestConstraint
impl RefUnwindSafe for PathUpstreamLatestConstraint
impl Send for PathUpstreamLatestConstraint
impl Sync for PathUpstreamLatestConstraint
impl Unpin for PathUpstreamLatestConstraint
impl UnsafeUnpin for PathUpstreamLatestConstraint
impl UnwindSafe for PathUpstreamLatestConstraint
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