#[repr(C)]pub enum ObjectEditResponse {
Cancel = 0,
Final = 1,
Update = 2,
}Variants§
Trait Implementations§
Source§impl Clone for ObjectEditResponse
impl Clone for ObjectEditResponse
Source§fn clone(&self) -> ObjectEditResponse
fn clone(&self) -> ObjectEditResponse
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 ObjectEditResponse
impl Debug for ObjectEditResponse
Source§impl PartialEq for ObjectEditResponse
impl PartialEq for ObjectEditResponse
impl Copy for ObjectEditResponse
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