pub struct DevenvUpstreamSource {
pub schema: String,
pub repo: String,
pub rev: String,
pub reviewed_at: String,
pub options_source: String,
pub yaml_schema_source: String,
pub notes: Vec<String>,
}Fields§
§schema: String§repo: String§rev: String§reviewed_at: String§options_source: String§yaml_schema_source: String§notes: Vec<String>Trait Implementations§
Source§impl Clone for DevenvUpstreamSource
impl Clone for DevenvUpstreamSource
Source§fn clone(&self) -> DevenvUpstreamSource
fn clone(&self) -> DevenvUpstreamSource
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 DevenvUpstreamSource
impl Debug for DevenvUpstreamSource
Source§impl<'de> Deserialize<'de> for DevenvUpstreamSource
impl<'de> Deserialize<'de> for DevenvUpstreamSource
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
impl Eq for DevenvUpstreamSource
Source§impl PartialEq for DevenvUpstreamSource
impl PartialEq for DevenvUpstreamSource
Source§impl Serialize for DevenvUpstreamSource
impl Serialize for DevenvUpstreamSource
impl StructuralPartialEq for DevenvUpstreamSource
Auto Trait Implementations§
impl Freeze for DevenvUpstreamSource
impl RefUnwindSafe for DevenvUpstreamSource
impl Send for DevenvUpstreamSource
impl Sync for DevenvUpstreamSource
impl Unpin for DevenvUpstreamSource
impl UnsafeUnpin for DevenvUpstreamSource
impl UnwindSafe for DevenvUpstreamSource
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.