pub struct OperatorRegistry { /* private fields */ }Expand description
Global registry that maps schemes to OperatorFactory functions.
Implementations§
Trait Implementations§
Source§impl Debug for OperatorRegistry
impl Debug for OperatorRegistry
Source§impl Default for OperatorRegistry
impl Default for OperatorRegistry
Source§fn default() -> OperatorRegistry
fn default() -> OperatorRegistry
Returns the “default value” for a type. Read more
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