pub struct ApplicationsResponse {
pub applications: Applications,
}Fields§
§applications: ApplicationsImplementations§
Source§impl<'a> ApplicationsResponse
impl<'a> ApplicationsResponse
pub fn new(applications: Applications) -> ApplicationsResponse
Trait Implementations§
Source§impl Debug for ApplicationsResponse
impl Debug for ApplicationsResponse
Source§impl<'de> Deserialize<'de> for ApplicationsResponse
impl<'de> Deserialize<'de> for ApplicationsResponse
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 ApplicationsResponse
impl PartialEq for ApplicationsResponse
Source§impl Serialize for ApplicationsResponse
impl Serialize for ApplicationsResponse
impl StructuralPartialEq for ApplicationsResponse
Auto Trait Implementations§
impl Freeze for ApplicationsResponse
impl RefUnwindSafe for ApplicationsResponse
impl Send for ApplicationsResponse
impl Sync for ApplicationsResponse
impl Unpin for ApplicationsResponse
impl UnwindSafe for ApplicationsResponse
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