pub struct SpecIndexEntry {
pub vendored: String,
pub upstream: String,
}Expand description
One entry in SpecIndex::files.
Fields§
§vendored: StringPath under spec/ in this repository.
upstream: StringCorresponding path in the upstream repository.
Trait Implementations§
Source§impl Clone for SpecIndexEntry
impl Clone for SpecIndexEntry
Source§fn clone(&self) -> SpecIndexEntry
fn clone(&self) -> SpecIndexEntry
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 SpecIndexEntry
impl Debug for SpecIndexEntry
Source§impl<'de> Deserialize<'de> for SpecIndexEntry
impl<'de> Deserialize<'de> for SpecIndexEntry
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for SpecIndexEntry
impl RefUnwindSafe for SpecIndexEntry
impl Send for SpecIndexEntry
impl Sync for SpecIndexEntry
impl Unpin for SpecIndexEntry
impl UnsafeUnpin for SpecIndexEntry
impl UnwindSafe for SpecIndexEntry
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