pub struct CreateProjectOutput {
pub project: Option<Project>,
}
Fields§
§project: Option<Project>
Information about the build project that was created.
Trait Implementations§
Source§impl Clone for CreateProjectOutput
impl Clone for CreateProjectOutput
Source§fn clone(&self) -> CreateProjectOutput
fn clone(&self) -> CreateProjectOutput
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 CreateProjectOutput
impl Debug for CreateProjectOutput
Source§impl Default for CreateProjectOutput
impl Default for CreateProjectOutput
Source§fn default() -> CreateProjectOutput
fn default() -> CreateProjectOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateProjectOutput
impl<'de> Deserialize<'de> for CreateProjectOutput
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 CreateProjectOutput
impl PartialEq for CreateProjectOutput
impl StructuralPartialEq for CreateProjectOutput
Auto Trait Implementations§
impl Freeze for CreateProjectOutput
impl RefUnwindSafe for CreateProjectOutput
impl Send for CreateProjectOutput
impl Sync for CreateProjectOutput
impl Unpin for CreateProjectOutput
impl UnwindSafe for CreateProjectOutput
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