pub enum ExtSearchableType {
String,
Boolean,
Number,
}
Variants§
Trait Implementations§
Source§impl Clone for ExtSearchableType
impl Clone for ExtSearchableType
Source§fn clone(&self) -> ExtSearchableType
fn clone(&self) -> ExtSearchableType
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 PartialEq for ExtSearchableType
impl PartialEq for ExtSearchableType
impl StructuralPartialEq for ExtSearchableType
Auto Trait Implementations§
impl Freeze for ExtSearchableType
impl RefUnwindSafe for ExtSearchableType
impl Send for ExtSearchableType
impl Sync for ExtSearchableType
impl Unpin for ExtSearchableType
impl UnwindSafe for ExtSearchableType
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