Struct serde_lwjson::RepositoryInfo
source · pub struct RepositoryInfo {
pub branch: Option<String>,
pub commit_count: Option<i64>,
pub default_branch: Option<String>,
pub email: Option<String>,
pub kind: String,
pub location: String,
pub name: Option<String>,
pub revision: Option<String>,
pub tag: Option<String>,
pub timestamp: Option<String>,
}Fields§
§branch: Option<String>§commit_count: Option<i64>§default_branch: Option<String>§email: Option<String>§kind: String§location: String§name: Option<String>§revision: Option<String>§tag: Option<String>§timestamp: 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 for RepositoryInfo
impl PartialEq 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 ==.source§impl Serialize for RepositoryInfo
impl Serialize for RepositoryInfo
impl StructuralPartialEq for RepositoryInfo
Auto Trait Implementations§
impl RefUnwindSafe for RepositoryInfo
impl Send for RepositoryInfo
impl Sync for RepositoryInfo
impl Unpin for RepositoryInfo
impl UnwindSafe for RepositoryInfo
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