Struct acme_core::ops::binary::BinaryOperator
source · pub struct BinaryOperator<Args, C>where
Args: BinArgs,{
pub args: Args,
pub communitative: bool,
pub op: BinaryOp,
pub output: PhantomData<C>,
}Fields§
§args: Args§communitative: bool§op: BinaryOp§output: PhantomData<C>Auto Trait Implementations§
impl<Args, C> Freeze for BinaryOperator<Args, C>where
Args: Freeze,
impl<Args, C> RefUnwindSafe for BinaryOperator<Args, C>where
Args: RefUnwindSafe,
C: RefUnwindSafe,
impl<Args, C> Send for BinaryOperator<Args, C>
impl<Args, C> Sync for BinaryOperator<Args, C>
impl<Args, C> Unpin for BinaryOperator<Args, C>
impl<Args, C> UnwindSafe for BinaryOperator<Args, C>where
Args: UnwindSafe,
C: UnwindSafe,
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