pub struct OperDef {
pub fixity: Fixity,
pub prec: usize,
pub assoc: Assoc,
pub args: Vec<OperArg>,
pub rename_to: Option<Term>,
pub embed_fixity: bool,
}Fields§
§fixity: Fixity§prec: usize§assoc: Assoc§args: Vec<OperArg>§rename_to: Option<Term>§embed_fixity: boolImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OperDef
impl RefUnwindSafe for OperDef
impl Send for OperDef
impl Sync for OperDef
impl Unpin for OperDef
impl UnwindSafe for OperDef
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