pub struct RudaSumExpand {}Implementations§
Source§impl RudaSumExpand
impl RudaSumExpand
pub fn __expand_clone_method(&self, _scope: &mut Scope) -> Self
Trait Implementations§
Source§impl Clone for RudaSumExpand
impl Clone for RudaSumExpand
Source§impl IntoMut for RudaSumExpand
impl IntoMut for RudaSumExpand
Source§impl<T: Numeric> RudaBinaryOpExpand<T> for RudaSumExpand
impl<T: Numeric> RudaBinaryOpExpand<T> for RudaSumExpand
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 RudaSumExpand
impl RudaDebug for RudaSumExpand
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 RudaSumExpand
impl RefUnwindSafe for RudaSumExpand
impl Send for RudaSumExpand
impl Sync for RudaSumExpand
impl Unpin for RudaSumExpand
impl UnsafeUnpin for RudaSumExpand
impl UnwindSafe for RudaSumExpand
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