pub struct ExtensionRegistry {
pub searchables: HashMap<String, ExtSearchableRegistered>,
/* private fields */
}
Fields§
§searchables: HashMap<String, ExtSearchableRegistered>
Implementations§
Source§impl ExtensionRegistry
impl ExtensionRegistry
pub fn new() -> Self
pub fn register( &mut self, conn: &Connection, ext: ExtensionInfo, ) -> Result<(), Error>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExtensionRegistry
impl RefUnwindSafe for ExtensionRegistry
impl Send for ExtensionRegistry
impl Sync for ExtensionRegistry
impl Unpin for ExtensionRegistry
impl UnwindSafe for ExtensionRegistry
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