pub enum RowActionKind {
Delete,
Edit,
View,
Custom,
}Variants§
Trait Implementations§
Source§impl Clone for RowActionKind
impl Clone for RowActionKind
Source§fn clone(&self) -> RowActionKind
fn clone(&self) -> RowActionKind
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 RowActionKind
impl Debug for RowActionKind
Source§impl<'de> Deserialize<'de> for RowActionKind
impl<'de> Deserialize<'de> for RowActionKind
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for RowActionKind
impl PartialEq for RowActionKind
Source§impl Serialize for RowActionKind
impl Serialize for RowActionKind
impl Copy for RowActionKind
impl StructuralPartialEq for RowActionKind
Auto Trait Implementations§
impl Freeze for RowActionKind
impl RefUnwindSafe for RowActionKind
impl Send for RowActionKind
impl Sync for RowActionKind
impl Unpin for RowActionKind
impl UnsafeUnpin for RowActionKind
impl UnwindSafe for RowActionKind
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