#[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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ObjectEditResponse
Source§impl Debug for ObjectEditResponse
impl Debug for ObjectEditResponse
Source§impl PartialEq for ObjectEditResponse
impl PartialEq for ObjectEditResponse
Source§fn eq(&self, other: &ObjectEditResponse) -> bool
fn eq(&self, other: &ObjectEditResponse) -> bool
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 UnsafeUnpin 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