pub enum AddApplicationResponse {
SuccessfulOperation(Application),
InvalidInput,
}
Variants§
Trait Implementations§
Source§impl Debug for AddApplicationResponse
impl Debug for AddApplicationResponse
Source§impl<'de> Deserialize<'de> for AddApplicationResponse
impl<'de> Deserialize<'de> for AddApplicationResponse
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 AddApplicationResponse
impl PartialEq for AddApplicationResponse
Source§impl Serialize for AddApplicationResponse
impl Serialize for AddApplicationResponse
impl StructuralPartialEq for AddApplicationResponse
Auto Trait Implementations§
impl Freeze for AddApplicationResponse
impl RefUnwindSafe for AddApplicationResponse
impl Send for AddApplicationResponse
impl Sync for AddApplicationResponse
impl Unpin for AddApplicationResponse
impl UnwindSafe for AddApplicationResponse
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