pub struct ProjectIdentifiers {
    pub _self: String,
    pub id: i64,
    pub key: String,
}Expand description
ProjectIdentifiers : Identifiers for a project.
Fields§
§_self: StringThe URL of the created project.
id: i64The ID of the created project.
key: StringThe key of the created project.
Implementations§
Trait Implementations§
Source§impl Clone for ProjectIdentifiers
 
impl Clone for ProjectIdentifiers
Source§fn clone(&self) -> ProjectIdentifiers
 
fn clone(&self) -> ProjectIdentifiers
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 ProjectIdentifiers
 
impl Debug for ProjectIdentifiers
Source§impl<'de> Deserialize<'de> for ProjectIdentifiers
 
impl<'de> Deserialize<'de> for ProjectIdentifiers
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 ProjectIdentifiers
 
impl PartialEq for ProjectIdentifiers
Source§impl Serialize for ProjectIdentifiers
 
impl Serialize for ProjectIdentifiers
impl StructuralPartialEq for ProjectIdentifiers
Auto Trait Implementations§
impl Freeze for ProjectIdentifiers
impl RefUnwindSafe for ProjectIdentifiers
impl Send for ProjectIdentifiers
impl Sync for ProjectIdentifiers
impl Unpin for ProjectIdentifiers
impl UnwindSafe for ProjectIdentifiers
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