#[repr(C)]pub enum DialogResponse {
Right = 0,
Left = 1,
}Expand description
Type of Dialog Response
Variants§
Trait Implementations§
Source§impl Clone for DialogResponse
impl Clone for DialogResponse
Source§fn clone(&self) -> DialogResponse
fn clone(&self) -> DialogResponse
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 DialogResponse
impl Debug for DialogResponse
Source§impl PartialEq for DialogResponse
impl PartialEq for DialogResponse
impl Copy for DialogResponse
impl StructuralPartialEq for DialogResponse
Auto Trait Implementations§
impl Freeze for DialogResponse
impl RefUnwindSafe for DialogResponse
impl Send for DialogResponse
impl Sync for DialogResponse
impl Unpin for DialogResponse
impl UnwindSafe for DialogResponse
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