pub enum ApplicationResult {
Response(ApplicationResponse),
Event(ApplicationResponse),
Finished(ApplicationResponse),
Bridged,
}Variants§
Trait Implementations§
Source§impl Clone for ApplicationResult
impl Clone for ApplicationResult
Source§fn clone(&self) -> ApplicationResult
fn clone(&self) -> ApplicationResult
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ApplicationResult
impl Debug for ApplicationResult
Source§impl PartialEq for ApplicationResult
impl PartialEq for ApplicationResult
impl StructuralPartialEq for ApplicationResult
Auto Trait Implementations§
impl !RefUnwindSafe for ApplicationResult
impl !UnwindSafe for ApplicationResult
impl Freeze for ApplicationResult
impl Send for ApplicationResult
impl Sync for ApplicationResult
impl Unpin for ApplicationResult
impl UnsafeUnpin for ApplicationResult
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