pub struct OperatorRegistry { /* private fields */ }Expand description
Global registry that maps schemes to OperatorFactory functions.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for OperatorRegistry
impl RefUnwindSafe for OperatorRegistry
impl Send for OperatorRegistry
impl Sync for OperatorRegistry
impl Unpin for OperatorRegistry
impl UnwindSafe for OperatorRegistry
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