pub struct DescribeProjectResult {
pub details: Option<ProjectDetails>,
}
Expand description
Result structure used for requests of project details.
Fields§
§details: Option<ProjectDetails>
Trait Implementations§
Source§impl Clone for DescribeProjectResult
impl Clone for DescribeProjectResult
Source§fn clone(&self) -> DescribeProjectResult
fn clone(&self) -> DescribeProjectResult
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 DescribeProjectResult
impl Debug for DescribeProjectResult
Source§impl Default for DescribeProjectResult
impl Default for DescribeProjectResult
Source§fn default() -> DescribeProjectResult
fn default() -> DescribeProjectResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DescribeProjectResult
impl<'de> Deserialize<'de> for DescribeProjectResult
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 DescribeProjectResult
impl PartialEq for DescribeProjectResult
impl StructuralPartialEq for DescribeProjectResult
Auto Trait Implementations§
impl Freeze for DescribeProjectResult
impl RefUnwindSafe for DescribeProjectResult
impl Send for DescribeProjectResult
impl Sync for DescribeProjectResult
impl Unpin for DescribeProjectResult
impl UnwindSafe for DescribeProjectResult
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