Struct serde_lwjson::RepositoryInfo
source · pub struct RepositoryInfo {
pub branch: Option<String>,
pub kind: String,
pub location: String,
pub revision: Option<String>,
pub tag: Option<String>,
}Fields§
§branch: Option<String>§kind: String§location: String§revision: Option<String>§tag: Option<String>Trait Implementations§
source§impl Clone for RepositoryInfo
impl Clone for RepositoryInfo
source§fn clone(&self) -> RepositoryInfo
fn clone(&self) -> RepositoryInfo
Returns a copy of the value. Read more
1.0.0 · 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 RepositoryInfo
impl Debug for RepositoryInfo
source§impl<'de> Deserialize<'de> for RepositoryInfo
impl<'de> Deserialize<'de> for RepositoryInfo
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
source§impl PartialEq<RepositoryInfo> for RepositoryInfo
impl PartialEq<RepositoryInfo> for RepositoryInfo
source§fn eq(&self, other: &RepositoryInfo) -> bool
fn eq(&self, other: &RepositoryInfo) -> bool
This method tests for
self and other values to be equal, and is used
by ==.