pub struct OperDefs { /* private fields */ }Expand description
Central registry of all operator definitions.
OperDefs maps operator names to a table of definitions by fixity.
Provides fast lookup of operator behavior and metadata.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OperDefs
impl RefUnwindSafe for OperDefs
impl Send for OperDefs
impl Sync for OperDefs
impl Unpin for OperDefs
impl UnwindSafe for OperDefs
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