pub struct ProjectGetResponse {
pub slug: String,
pub name: String,
pub id: String,
pub organization_name: String,
pub organization_slug: String,
pub organization_id: String,
pub vcs_info: VcsInfo,
}Fields§
§slug: String§name: String§id: String§organization_name: String§organization_slug: String§organization_id: String§vcs_info: VcsInfoTrait Implementations§
Source§impl Clone for ProjectGetResponse
impl Clone for ProjectGetResponse
Source§fn clone(&self) -> ProjectGetResponse
fn clone(&self) -> ProjectGetResponse
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 ProjectGetResponse
impl Debug for ProjectGetResponse
Source§impl<'de> Deserialize<'de> for ProjectGetResponse
impl<'de> Deserialize<'de> for ProjectGetResponse
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
Auto Trait Implementations§
impl Freeze for ProjectGetResponse
impl RefUnwindSafe for ProjectGetResponse
impl Send for ProjectGetResponse
impl Sync for ProjectGetResponse
impl Unpin for ProjectGetResponse
impl UnwindSafe for ProjectGetResponse
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