Struct github_webhook::payload_types::SimpleCommit
source · pub struct SimpleCommit<'a> {
pub id: &'a str,
pub tree_id: &'a str,
pub message: &'a str,
pub timestamp: &'a str,
pub author: Committer<'a>,
pub committer: Committer<'a>,
}
Fields§
§id: &'a str
§tree_id: &'a str
§message: &'a str
§timestamp: &'a str
§committer: Committer<'a>
Trait Implementations§
source§impl<'a> Debug for SimpleCommit<'a>
impl<'a> Debug for SimpleCommit<'a>
source§impl<'de: 'a, 'a> Deserialize<'de> for SimpleCommit<'a>
impl<'de: 'a, 'a> Deserialize<'de> for SimpleCommit<'a>
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<'a> RefUnwindSafe for SimpleCommit<'a>
impl<'a> Send for SimpleCommit<'a>
impl<'a> Sync for SimpleCommit<'a>
impl<'a> Unpin for SimpleCommit<'a>
impl<'a> UnwindSafe for SimpleCommit<'a>
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