pub struct ConstantOp;Expand description
Engine dispatch-table marker.
Auto Trait Implementations§
impl Freeze for ConstantOp
impl RefUnwindSafe for ConstantOp
impl Send for ConstantOp
impl Sync for ConstantOp
impl Unpin for ConstantOp
impl UnsafeUnpin for ConstantOp
impl UnwindSafe for ConstantOp
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