Enum omp_gdk::objects::ObjectEditResponse
source · #[repr(C)]pub enum ObjectEditResponse {
Cancel = 0,
Final = 1,
Update = 2,
}Variants§
Trait Implementations§
source§impl PartialEq for ObjectEditResponse
impl PartialEq for ObjectEditResponse
source§fn eq(&self, other: &ObjectEditResponse) -> bool
fn eq(&self, other: &ObjectEditResponse) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ObjectEditResponse
Auto Trait Implementations§
impl Freeze for ObjectEditResponse
impl RefUnwindSafe for ObjectEditResponse
impl Send for ObjectEditResponse
impl Sync for ObjectEditResponse
impl Unpin for ObjectEditResponse
impl UnwindSafe for ObjectEditResponse
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