pub struct GitChangeSetList {
pub kind: Option<String>,
pub items: Vec<CommonChangeSet>,
}
Expand description
Changes found from git
Fields§
§kind: Option<String>
Origin of the changes
items: Vec<CommonChangeSet>
Changes in this list
Trait Implementations§
Source§impl Class for GitChangeSetList
impl Class for GitChangeSetList
Source§fn with_class() -> &'static str
fn with_class() -> &'static str
Should reply the _class provided by Jenkins for a type
Source§impl Debug for GitChangeSetList
impl Debug for GitChangeSetList
Source§impl<'de> Deserialize<'de> for GitChangeSetList
impl<'de> Deserialize<'de> for GitChangeSetList
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 Serialize for GitChangeSetList
impl Serialize for GitChangeSetList
impl ChangeSetList for GitChangeSetList
Auto Trait Implementations§
impl Freeze for GitChangeSetList
impl RefUnwindSafe for GitChangeSetList
impl Send for GitChangeSetList
impl Sync for GitChangeSetList
impl Unpin for GitChangeSetList
impl UnwindSafe for GitChangeSetList
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