Struct github_webhook::payload_types::Workflow
source · pub struct Workflow<'a> {
pub badge_url: &'a str,
pub created_at: &'a str,
pub html_url: &'a str,
pub id: usize,
pub name: &'a str,
pub node_id: &'a str,
pub path: &'a str,
pub state: &'a str,
pub updated_at: &'a str,
pub url: &'a str,
}Fields§
§badge_url: &'a str§created_at: &'a str§html_url: &'a str§id: usize§name: &'a str§node_id: &'a str§path: &'a str§state: &'a str§updated_at: &'a str§url: &'a strTrait Implementations§
source§impl<'de: 'a, 'a> Deserialize<'de> for Workflow<'a>
impl<'de: 'a, 'a> Deserialize<'de> for Workflow<'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 Workflow<'a>
impl<'a> Send for Workflow<'a>
impl<'a> Sync for Workflow<'a>
impl<'a> Unpin for Workflow<'a>
impl<'a> UnwindSafe for Workflow<'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