pub struct WebhooksProjectColumn {
pub after_id: Option<Option<i32>>,
pub cards_url: String,
pub created_at: String,
pub id: i32,
pub name: String,
pub node_id: String,
pub project_url: String,
pub updated_at: String,
pub url: String,
}
Fields§
§after_id: Option<Option<i32>>
§cards_url: String
§created_at: String
§id: i32
The unique identifier of the project column
name: String
Name of the project column
node_id: String
§project_url: String
§updated_at: String
§url: String
Implementations§
Trait Implementations§
Source§impl Clone for WebhooksProjectColumn
impl Clone for WebhooksProjectColumn
Source§fn clone(&self) -> WebhooksProjectColumn
fn clone(&self) -> WebhooksProjectColumn
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 WebhooksProjectColumn
impl Debug for WebhooksProjectColumn
Source§impl Default for WebhooksProjectColumn
impl Default for WebhooksProjectColumn
Source§fn default() -> WebhooksProjectColumn
fn default() -> WebhooksProjectColumn
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WebhooksProjectColumn
impl<'de> Deserialize<'de> for WebhooksProjectColumn
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 WebhooksProjectColumn
impl PartialEq for WebhooksProjectColumn
Source§impl Serialize for WebhooksProjectColumn
impl Serialize for WebhooksProjectColumn
impl StructuralPartialEq for WebhooksProjectColumn
Auto Trait Implementations§
impl Freeze for WebhooksProjectColumn
impl RefUnwindSafe for WebhooksProjectColumn
impl Send for WebhooksProjectColumn
impl Sync for WebhooksProjectColumn
impl Unpin for WebhooksProjectColumn
impl UnwindSafe for WebhooksProjectColumn
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