pub enum MatchAction {
Simple,
Partial,
Full,
None,
}Available on crate features
sqlite and def only.Expand description
Maps to the SQLite MATCH actions
Variants§
Trait Implementations§
Source§impl Clone for MatchAction
impl Clone for MatchAction
Source§fn clone(&self) -> MatchAction
fn clone(&self) -> MatchAction
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 MatchAction
impl Debug for MatchAction
Source§impl Default for MatchAction
impl Default for MatchAction
Source§impl From<&str> for MatchAction
impl From<&str> for MatchAction
Source§impl PartialEq for MatchAction
impl PartialEq for MatchAction
impl Eq for MatchAction
impl StructuralPartialEq for MatchAction
Auto Trait Implementations§
impl Freeze for MatchAction
impl RefUnwindSafe for MatchAction
impl Send for MatchAction
impl Sync for MatchAction
impl Unpin for MatchAction
impl UnwindSafe for MatchAction
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