pub struct Okay;
Expand description
The message box contains one push button: OK
.
Trait Implementations§
impl Copy for Okay
impl Eq for Okay
impl StructuralPartialEq for Okay
Auto Trait Implementations§
impl Freeze for Okay
impl RefUnwindSafe for Okay
impl Send for Okay
impl Sync for Okay
impl Unpin for Okay
impl UnwindSafe for Okay
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