pub struct WebhooksWorkflow {
pub badge_url: String,
pub created_at: String,
pub html_url: String,
pub id: i32,
pub name: String,
pub node_id: String,
pub path: String,
pub state: String,
pub updated_at: String,
pub url: String,
}
Fields§
§badge_url: String
§created_at: String
§html_url: String
§id: i32
§name: String
§node_id: String
§path: String
§state: String
§updated_at: String
§url: String
Implementations§
Trait Implementations§
Source§impl Clone for WebhooksWorkflow
impl Clone for WebhooksWorkflow
Source§fn clone(&self) -> WebhooksWorkflow
fn clone(&self) -> WebhooksWorkflow
Returns a duplicate 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 WebhooksWorkflow
impl Debug for WebhooksWorkflow
Source§impl Default for WebhooksWorkflow
impl Default for WebhooksWorkflow
Source§fn default() -> WebhooksWorkflow
fn default() -> WebhooksWorkflow
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WebhooksWorkflow
impl<'de> Deserialize<'de> for WebhooksWorkflow
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 WebhooksWorkflow
impl PartialEq for WebhooksWorkflow
Source§impl Serialize for WebhooksWorkflow
impl Serialize for WebhooksWorkflow
impl StructuralPartialEq for WebhooksWorkflow
Auto Trait Implementations§
impl Freeze for WebhooksWorkflow
impl RefUnwindSafe for WebhooksWorkflow
impl Send for WebhooksWorkflow
impl Sync for WebhooksWorkflow
impl Unpin for WebhooksWorkflow
impl UnwindSafe for WebhooksWorkflow
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