pub struct VersionSourceId {
pub manifest: Utf8PathBuf,
pub field: String,
}Fields§
§manifest: Utf8PathBuf§field: StringTrait Implementations§
Source§impl Clone for VersionSourceId
impl Clone for VersionSourceId
Source§fn clone(&self) -> VersionSourceId
fn clone(&self) -> VersionSourceId
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 VersionSourceId
impl Debug for VersionSourceId
impl Eq for VersionSourceId
Source§impl Hash for VersionSourceId
impl Hash for VersionSourceId
Source§impl Ord for VersionSourceId
impl Ord for VersionSourceId
Source§fn cmp(&self, other: &VersionSourceId) -> Ordering
fn cmp(&self, other: &VersionSourceId) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for VersionSourceId
impl PartialEq for VersionSourceId
Source§impl PartialOrd for VersionSourceId
impl PartialOrd for VersionSourceId
Source§impl Serialize for VersionSourceId
impl Serialize for VersionSourceId
impl StructuralPartialEq for VersionSourceId
Auto Trait Implementations§
impl Freeze for VersionSourceId
impl RefUnwindSafe for VersionSourceId
impl Send for VersionSourceId
impl Sync for VersionSourceId
impl Unpin for VersionSourceId
impl UnsafeUnpin for VersionSourceId
impl UnwindSafe for VersionSourceId
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