pub struct GetProjectStatusResponse {
pub data: Option<ProjectStatusResponse>,
}
Fields§
§data: Option<ProjectStatusResponse>
Trait Implementations§
Source§impl Clone for GetProjectStatusResponse
impl Clone for GetProjectStatusResponse
Source§fn clone(&self) -> GetProjectStatusResponse
fn clone(&self) -> GetProjectStatusResponse
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 GetProjectStatusResponse
impl Debug for GetProjectStatusResponse
Source§impl Default for GetProjectStatusResponse
impl Default for GetProjectStatusResponse
Source§fn default() -> GetProjectStatusResponse
fn default() -> GetProjectStatusResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetProjectStatusResponse
impl<'de> Deserialize<'de> for GetProjectStatusResponse
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 Display for GetProjectStatusResponse
impl Display for GetProjectStatusResponse
Auto Trait Implementations§
impl Freeze for GetProjectStatusResponse
impl RefUnwindSafe for GetProjectStatusResponse
impl Send for GetProjectStatusResponse
impl Sync for GetProjectStatusResponse
impl Unpin for GetProjectStatusResponse
impl UnwindSafe for GetProjectStatusResponse
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