pub struct GetAppsAgentGetAppsAuth {
pub app_name: String,
pub app_desc: String,
pub app_url: String,
pub capabilities: Vec<GetAppsAgentGetAppsAuthCapabilities>,
}
Fields§
§app_name: String
§app_desc: String
§app_url: String
§capabilities: Vec<GetAppsAgentGetAppsAuthCapabilities>
Trait Implementations§
Source§impl Debug for GetAppsAgentGetAppsAuth
impl Debug for GetAppsAgentGetAppsAuth
Source§impl<'de> Deserialize<'de> for GetAppsAgentGetAppsAuth
impl<'de> Deserialize<'de> for GetAppsAgentGetAppsAuth
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
Auto Trait Implementations§
impl Freeze for GetAppsAgentGetAppsAuth
impl RefUnwindSafe for GetAppsAgentGetAppsAuth
impl Send for GetAppsAgentGetAppsAuth
impl Sync for GetAppsAgentGetAppsAuth
impl Unpin for GetAppsAgentGetAppsAuth
impl UnwindSafe for GetAppsAgentGetAppsAuth
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