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