pub struct ExtSearchable {
pub key: String,
pub value_type: ExtSearchableType,
pub search_key: String,
}Fields§
§key: String§value_type: ExtSearchableType§search_key: StringAuto 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