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