pub struct DefaultOperatorFactory;Implementations§
Trait Implementations§
Source§impl Default for DefaultOperatorFactory
impl Default for DefaultOperatorFactory
Auto Trait Implementations§
impl Freeze for DefaultOperatorFactory
impl RefUnwindSafe for DefaultOperatorFactory
impl Send for DefaultOperatorFactory
impl Sync for DefaultOperatorFactory
impl Unpin for DefaultOperatorFactory
impl UnwindSafe for DefaultOperatorFactory
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