pub struct OperatorRegistry { /* private fields */ }Expand description
Registry for operator extensions
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