pub struct Bin { /* private fields */ }Expand description
An operator with binary operator spacing (categories B and D).
Implementations§
Source§impl Bin
impl Bin
pub const fn as_op(&self) -> MathMLOperator
pub fn category(&self) -> &BinCategory
Trait Implementations§
impl Copy for Bin
impl Eq for Bin
impl StructuralPartialEq for Bin
Auto Trait Implementations§
impl Freeze for Bin
impl RefUnwindSafe for Bin
impl Send for Bin
impl Sync for Bin
impl Unpin for Bin
impl UnwindSafe for Bin
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