pub struct RudaSubtractExpand {}Implementations§
Source§impl RudaSubtractExpand
impl RudaSubtractExpand
pub fn __expand_clone_method(&self, _scope: &mut Scope) -> Self
Trait Implementations§
Source§impl Clone for RudaSubtractExpand
impl Clone for RudaSubtractExpand
Source§impl IntoMut for RudaSubtractExpand
impl IntoMut for RudaSubtractExpand
Source§impl<T: Numeric> RudaBinaryOpExpand<T> for RudaSubtractExpand
impl<T: Numeric> RudaBinaryOpExpand<T> for RudaSubtractExpand
fn __expand_combine_method( self, scope: &mut Scope, left: <T as RudaType>::ExpandType, right: <T as RudaType>::ExpandType, ) -> <T as RudaType>::ExpandType
Source§impl RudaDebug for RudaSubtractExpand
impl RudaDebug for RudaSubtractExpand
Source§fn set_debug_name(&self, scope: &mut Scope, name: &'static str)
fn set_debug_name(&self, scope: &mut Scope, name: &'static str)
Set the debug name of this type’s expansion. Should do nothing for types that don’t appear
at runtime
Auto Trait Implementations§
impl Freeze for RudaSubtractExpand
impl RefUnwindSafe for RudaSubtractExpand
impl Send for RudaSubtractExpand
impl Sync for RudaSubtractExpand
impl Unpin for RudaSubtractExpand
impl UnsafeUnpin for RudaSubtractExpand
impl UnwindSafe for RudaSubtractExpand
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