pub struct ProjectCreateResponse {
pub project: Option<ProjectDetails>,
}Expand description
ProjectCreateResponse
Fields§
§project: Option<ProjectDetails>Implementations§
Source§impl ProjectCreateResponse
impl ProjectCreateResponse
pub fn new() -> ProjectCreateResponse
Trait Implementations§
Source§impl Clone for ProjectCreateResponse
impl Clone for ProjectCreateResponse
Source§fn clone(&self) -> ProjectCreateResponse
fn clone(&self) -> ProjectCreateResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ProjectCreateResponse
impl Debug for ProjectCreateResponse
Source§impl Default for ProjectCreateResponse
impl Default for ProjectCreateResponse
Source§fn default() -> ProjectCreateResponse
fn default() -> ProjectCreateResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ProjectCreateResponse
impl<'de> Deserialize<'de> for ProjectCreateResponse
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 ProjectCreateResponse
impl PartialEq for ProjectCreateResponse
Source§impl Serialize for ProjectCreateResponse
impl Serialize for ProjectCreateResponse
impl StructuralPartialEq for ProjectCreateResponse
Auto Trait Implementations§
impl Freeze for ProjectCreateResponse
impl RefUnwindSafe for ProjectCreateResponse
impl Send for ProjectCreateResponse
impl Sync for ProjectCreateResponse
impl Unpin for ProjectCreateResponse
impl UnsafeUnpin for ProjectCreateResponse
impl UnwindSafe for ProjectCreateResponse
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