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