#[repr(u32)]pub enum LikeKeyword {
Like = 0,
Glob = 1,
Match = 2,
Regexp = 3,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for LikeKeyword
impl Clone for LikeKeyword
Source§fn clone(&self) -> LikeKeyword
fn clone(&self) -> LikeKeyword
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 LikeKeyword
impl Debug for LikeKeyword
Source§impl PartialEq for LikeKeyword
impl PartialEq for LikeKeyword
impl Copy for LikeKeyword
impl Eq for LikeKeyword
impl StructuralPartialEq for LikeKeyword
Auto Trait Implementations§
impl Freeze for LikeKeyword
impl RefUnwindSafe for LikeKeyword
impl Send for LikeKeyword
impl Sync for LikeKeyword
impl Unpin for LikeKeyword
impl UnsafeUnpin for LikeKeyword
impl UnwindSafe for LikeKeyword
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