pub struct RudaDescendingExpand {}Implementations§
Source§impl RudaDescendingExpand
impl RudaDescendingExpand
pub fn __expand_clone_method(&self, _scope: &mut Scope) -> Self
Trait Implementations§
Source§impl Clone for RudaDescendingExpand
impl Clone for RudaDescendingExpand
Source§impl IntoMut for RudaDescendingExpand
impl IntoMut for RudaDescendingExpand
Source§impl<T: Numeric> RudaCompareExpand<T> for RudaDescendingExpand
impl<T: Numeric> RudaCompareExpand<T> for RudaDescendingExpand
fn __expand_before_method( self, scope: &mut Scope, left: <T as RudaType>::ExpandType, right: <T as RudaType>::ExpandType, ) -> <bool as RudaType>::ExpandType
Source§impl RudaDebug for RudaDescendingExpand
impl RudaDebug for RudaDescendingExpand
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 RudaDescendingExpand
impl RefUnwindSafe for RudaDescendingExpand
impl Send for RudaDescendingExpand
impl Sync for RudaDescendingExpand
impl Unpin for RudaDescendingExpand
impl UnsafeUnpin for RudaDescendingExpand
impl UnwindSafe for RudaDescendingExpand
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