pub struct EvgPatch {Show 13 fields
pub patch_id: String,
pub description: String,
pub project_id: String,
pub project_identifier: String,
pub branch: String,
pub git_hash: String,
pub patch_number: u64,
pub author: String,
pub version: String,
pub status: String,
pub create_time: DateTime<Utc>,
pub start_time: Option<DateTime<Utc>>,
pub finish_time: Option<DateTime<Utc>>,
}Fields§
§patch_id: String§description: String§project_id: String§project_identifier: String§branch: String§git_hash: String§patch_number: u64§version: String§status: String§create_time: DateTime<Utc>§start_time: Option<DateTime<Utc>>§finish_time: Option<DateTime<Utc>>Trait Implementations§
Source§impl<'de> Deserialize<'de> for EvgPatch
impl<'de> Deserialize<'de> for EvgPatch
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 EvgPatch
impl RefUnwindSafe for EvgPatch
impl Send for EvgPatch
impl Sync for EvgPatch
impl Unpin for EvgPatch
impl UnwindSafe for EvgPatch
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