pub struct RespApps {
pub status: Option<String>,
pub message: Option<String>,
pub version: Option<String>,
pub commit: Option<String>,
pub build: Option<String>,
pub result: Option<Vec<TapisApp>>,
pub metadata: Option<Box<RespAppsMetadata>>,
}Fields§
§status: Option<String>§message: Option<String>§version: Option<String>§commit: Option<String>§build: Option<String>§result: Option<Vec<TapisApp>>§metadata: Option<Box<RespAppsMetadata>>Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for RespApps
impl<'de> Deserialize<'de> for RespApps
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
impl StructuralPartialEq for RespApps
Auto Trait Implementations§
impl Freeze for RespApps
impl RefUnwindSafe for RespApps
impl Send for RespApps
impl Sync for RespApps
impl Unpin for RespApps
impl UnsafeUnpin for RespApps
impl UnwindSafe for RespApps
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