pub enum ResolvedCompoundOperatorKind {
Add,
Sub,
Mul,
Div,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ResolvedCompoundOperatorKind
impl RefUnwindSafe for ResolvedCompoundOperatorKind
impl Send for ResolvedCompoundOperatorKind
impl Sync for ResolvedCompoundOperatorKind
impl Unpin for ResolvedCompoundOperatorKind
impl UnwindSafe for ResolvedCompoundOperatorKind
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