Enum cocoa::appkit::NSModalResponse
source · #[repr(i64)]pub enum NSModalResponse {
NSModalResponseOk,
NSModalResponseCancel,
}
Variants§
Trait Implementations§
source§impl Clone for NSModalResponse
impl Clone for NSModalResponse
source§fn clone(&self) -> NSModalResponse
fn clone(&self) -> NSModalResponse
Returns a copy 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 NSModalResponse
impl Debug for NSModalResponse
source§impl PartialEq<NSModalResponse> for NSModalResponse
impl PartialEq<NSModalResponse> for NSModalResponse
source§fn eq(&self, other: &NSModalResponse) -> bool
fn eq(&self, other: &NSModalResponse) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for NSModalResponse
impl StructuralPartialEq for NSModalResponse
Auto Trait Implementations§
impl RefUnwindSafe for NSModalResponse
impl Send for NSModalResponse
impl Sync for NSModalResponse
impl Unpin for NSModalResponse
impl UnwindSafe for NSModalResponse
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