pub struct FixityRegistry { /* private fields */ }Expand description
A registry of operator fixities.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FixityRegistry
impl RefUnwindSafe for FixityRegistry
impl Send for FixityRegistry
impl Sync for FixityRegistry
impl Unpin for FixityRegistry
impl UnsafeUnpin for FixityRegistry
impl UnwindSafe for FixityRegistry
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