pub struct ValueWrapperExpand<X: RudaPrimitive> { /* private fields */ }Implementations§
Source§impl<X: RudaPrimitive> ValueWrapperExpand<X>
impl<X: RudaPrimitive> ValueWrapperExpand<X>
pub fn __expand_clone_method(&self, _scope: &mut Scope) -> Self
Source§impl<X: RudaPrimitive> ValueWrapperExpand<X>
impl<X: RudaPrimitive> ValueWrapperExpand<X>
pub fn __expand_unwrap_method( self, scope: &mut Scope, ) -> <X as RudaType>::ExpandType
pub fn __expand_unwrap( scope: &mut Scope, this: Self, ) -> <X as RudaType>::ExpandType
Trait Implementations§
Source§impl<X: RudaPrimitive> Clone for ValueWrapperExpand<X>
impl<X: RudaPrimitive> Clone for ValueWrapperExpand<X>
Source§impl<X: RudaPrimitive> IntoMut for ValueWrapperExpand<X>
impl<X: RudaPrimitive> IntoMut for ValueWrapperExpand<X>
Source§impl<X: RudaPrimitive> RudaDebug for ValueWrapperExpand<X>
impl<X: RudaPrimitive> RudaDebug for ValueWrapperExpand<X>
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<X> Freeze for ValueWrapperExpand<X>
impl<X> RefUnwindSafe for ValueWrapperExpand<X>
impl<X> Send for ValueWrapperExpand<X>
impl<X> Sync for ValueWrapperExpand<X>
impl<X> Unpin for ValueWrapperExpand<X>
impl<X> UnsafeUnpin for ValueWrapperExpand<X>
impl<X> UnwindSafe for ValueWrapperExpand<X>
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