pub struct Operators { /* private fields */ }Implementations§
Source§impl Operators
impl Operators
pub fn new(operators: u8) -> Self
pub fn assignment(&self) -> &Assignment
pub fn assignment_mut(&mut self) -> &mut Assignment
pub fn calculation(&self) -> &Calculation
pub fn calculation_mut(&mut self) -> &mut Calculation
Trait Implementations§
impl StructuralPartialEq for Operators
Auto Trait Implementations§
impl Freeze for Operators
impl RefUnwindSafe for Operators
impl Send for Operators
impl Sync for Operators
impl Unpin for Operators
impl UnwindSafe for Operators
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