pub struct DivOp {
pub slash: Slash,
}Expand description
A parsed / operator.
Fields§
§slash: SlashTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for DivOp
impl Send for DivOp
impl Sync for DivOp
impl Unpin for DivOp
impl UnwindSafe for DivOp
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