pub struct Bin {
pub cat: BinCategory,
/* private fields */
}Expand description
An infix operator that does not have relation spacing or zero spacing (categories B and C).
Fields§
§cat: BinCategoryImplementations§
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