pub struct OpChoice {
pub sym: OpSym,
pub source: &'static str,
}Fields§
§sym: OpSym§source: &'static strTrait Implementations§
impl StructuralPartialEq for OpChoice
Auto Trait Implementations§
impl Freeze for OpChoice
impl RefUnwindSafe for OpChoice
impl Send for OpChoice
impl Sync for OpChoice
impl Unpin for OpChoice
impl UnsafeUnpin for OpChoice
impl UnwindSafe for OpChoice
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