pub struct OperArg {
pub name: String,
pub default: Option<Term>,
}Fields§
§name: String§default: Option<Term>Trait Implementations§
Auto Trait Implementations§
impl Freeze for OperArg
impl RefUnwindSafe for OperArg
impl Send for OperArg
impl Sync for OperArg
impl Unpin for OperArg
impl UnwindSafe for OperArg
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