pub struct Operators {
pub addition: char,
pub subtraction: char,
pub multiplication: char,
pub division: char,
}
Fields§
§addition: char
§subtraction: char
§multiplication: char
§division: char
Trait Implementations§
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