pub enum AppReturnValue {
Value(u32),
}
Variants§
Trait Implementations§
Source§impl Clone for AppReturnValue
impl Clone for AppReturnValue
Source§fn clone(&self) -> AppReturnValue
fn clone(&self) -> AppReturnValue
Returns a duplicate of the value. Read more
1.0.0 · 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 AppReturnValue
impl Debug for AppReturnValue
Source§impl Hash for AppReturnValue
impl Hash for AppReturnValue
Source§impl PartialEq for AppReturnValue
impl PartialEq for AppReturnValue
impl Copy for AppReturnValue
impl Eq for AppReturnValue
impl StructuralPartialEq for AppReturnValue
Auto Trait Implementations§
impl Freeze for AppReturnValue
impl RefUnwindSafe for AppReturnValue
impl Send for AppReturnValue
impl Sync for AppReturnValue
impl Unpin for AppReturnValue
impl UnwindSafe for AppReturnValue
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