pub struct RudaIdentityExpand {}Implementations§
Source§impl RudaIdentityExpand
impl RudaIdentityExpand
pub fn __expand_clone_method(&self, _scope: &mut Scope) -> Self
Trait Implementations§
Source§impl Clone for RudaIdentityExpand
impl Clone for RudaIdentityExpand
Source§impl IntoMut for RudaIdentityExpand
impl IntoMut for RudaIdentityExpand
Source§impl RudaDebug for RudaIdentityExpand
impl RudaDebug for RudaIdentityExpand
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
Source§impl<T: RudaType> RudaUnaryOpExpand<T, T> for RudaIdentityExpand
impl<T: RudaType> RudaUnaryOpExpand<T, T> for RudaIdentityExpand
fn __expand_apply_method( self, scope: &mut Scope, value: <T as RudaType>::ExpandType, ) -> <T as RudaType>::ExpandType
Auto Trait Implementations§
impl Freeze for RudaIdentityExpand
impl RefUnwindSafe for RudaIdentityExpand
impl Send for RudaIdentityExpand
impl Sync for RudaIdentityExpand
impl Unpin for RudaIdentityExpand
impl UnsafeUnpin for RudaIdentityExpand
impl UnwindSafe for RudaIdentityExpand
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