pub struct WebhooksProject {}
Fields§
§body: Option<String>
Body of the project
columns_url: String
§created_at: String
§creator: Option<Box<User>>
§html_url: String
§id: i32
§name: String
Name of the project
node_id: String
§number: i32
§owner_url: String
§state: State
State of the project; either ‘open’ or ‘closed’
updated_at: String
§url: String
Implementations§
Trait Implementations§
Source§impl Clone for WebhooksProject
impl Clone for WebhooksProject
Source§fn clone(&self) -> WebhooksProject
fn clone(&self) -> WebhooksProject
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 WebhooksProject
impl Debug for WebhooksProject
Source§impl Default for WebhooksProject
impl Default for WebhooksProject
Source§fn default() -> WebhooksProject
fn default() -> WebhooksProject
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WebhooksProject
impl<'de> Deserialize<'de> for WebhooksProject
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 WebhooksProject
impl PartialEq for WebhooksProject
Source§impl Serialize for WebhooksProject
impl Serialize for WebhooksProject
impl StructuralPartialEq for WebhooksProject
Auto Trait Implementations§
impl Freeze for WebhooksProject
impl RefUnwindSafe for WebhooksProject
impl Send for WebhooksProject
impl Sync for WebhooksProject
impl Unpin for WebhooksProject
impl UnwindSafe for WebhooksProject
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