pub struct ExtensionInfo {
pub id: String,
pub searchables: Vec<ExtSearchable>,
pub indexes: Vec<ExtensionIndex>,
}
Fields§
§id: String
§searchables: Vec<ExtSearchable>
§indexes: Vec<ExtensionIndex>
Auto Trait Implementations§
impl Freeze for ExtensionInfo
impl RefUnwindSafe for ExtensionInfo
impl Send for ExtensionInfo
impl Sync for ExtensionInfo
impl Unpin for ExtensionInfo
impl UnwindSafe for ExtensionInfo
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