Struct github_rest::model::repositories::ProjectColumn   
source · pub struct ProjectColumn {
    pub id: usize,
    pub node_id: String,
    pub url: String,
    pub project_url: String,
    pub cards_url: String,
    pub name: String,
    pub created_at: String,
    pub updated_at: String,
}Expand description
Fields§
§id: usize§node_id: String§url: String§project_url: String§cards_url: String§name: String§created_at: String§updated_at: StringTrait Implementations§
source§impl Clone for ProjectColumn
 
impl Clone for ProjectColumn
source§fn clone(&self) -> ProjectColumn
 
fn clone(&self) -> ProjectColumn
Returns a copy 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 ProjectColumn
 
impl Debug for ProjectColumn
source§impl<'de> Deserialize<'de> for ProjectColumn
 
impl<'de> Deserialize<'de> for ProjectColumn
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<ProjectColumn> for ProjectColumn
 
impl PartialEq<ProjectColumn> for ProjectColumn
source§fn eq(&self, other: &ProjectColumn) -> bool
 
fn eq(&self, other: &ProjectColumn) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl Serialize for ProjectColumn
 
impl Serialize for ProjectColumn
impl StructuralPartialEq for ProjectColumn
Auto Trait Implementations§
impl RefUnwindSafe for ProjectColumn
impl Send for ProjectColumn
impl Sync for ProjectColumn
impl Unpin for ProjectColumn
impl UnwindSafe for ProjectColumn
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