pub struct TeamProjectCollectionReference {
    pub avatar_url: Option<String>,
    pub id: Option<String>,
    pub name: Option<String>,
    pub url: Option<String>,
}Expand description
Reference object for a TeamProjectCollection.
Fields§
§avatar_url: Option<String>Collection avatar Url.
id: Option<String>Collection Id.
name: Option<String>Collection Name.
url: Option<String>Collection REST Url.
Implementations§
Trait Implementations§
source§impl Clone for TeamProjectCollectionReference
 
impl Clone for TeamProjectCollectionReference
source§fn clone(&self) -> TeamProjectCollectionReference
 
fn clone(&self) -> TeamProjectCollectionReference
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 Default for TeamProjectCollectionReference
 
impl Default for TeamProjectCollectionReference
source§fn default() -> TeamProjectCollectionReference
 
fn default() -> TeamProjectCollectionReference
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for TeamProjectCollectionReference
 
impl<'de> Deserialize<'de> for TeamProjectCollectionReference
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 TeamProjectCollectionReference
 
impl PartialEq for TeamProjectCollectionReference
source§fn eq(&self, other: &TeamProjectCollectionReference) -> bool
 
fn eq(&self, other: &TeamProjectCollectionReference) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for TeamProjectCollectionReference
Auto Trait Implementations§
impl RefUnwindSafe for TeamProjectCollectionReference
impl Send for TeamProjectCollectionReference
impl Sync for TeamProjectCollectionReference
impl Unpin for TeamProjectCollectionReference
impl UnwindSafe for TeamProjectCollectionReference
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