pub struct ExtSearchable {
pub key: String,
pub value_type: ExtSearchableType,
pub search_key: String,
}Fields§
§key: String§value_type: ExtSearchableType§search_key: StringTrait Implementations§
Source§impl Clone for ExtSearchable
impl Clone for ExtSearchable
Source§fn clone(&self) -> ExtSearchable
fn clone(&self) -> ExtSearchable
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 moreAuto Trait Implementations§
impl Freeze for ExtSearchable
impl RefUnwindSafe for ExtSearchable
impl Send for ExtSearchable
impl Sync for ExtSearchable
impl Unpin for ExtSearchable
impl UnwindSafe for ExtSearchable
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