Struct cairo_lang_sierra::extensions::modules::boxing::UnboxLibfuncWrapped
source · pub struct UnboxLibfuncWrapped {}
Expand description
Libfunc for unboxing a Box<T>
back into a T.
Trait Implementations§
source§impl Default for UnboxLibfuncWrapped
impl Default for UnboxLibfuncWrapped
source§fn default() -> UnboxLibfuncWrapped
fn default() -> UnboxLibfuncWrapped
Returns the “default value” for a type. Read more
source§impl SignatureAndTypeGenericLibfunc for UnboxLibfuncWrapped
impl SignatureAndTypeGenericLibfunc for UnboxLibfuncWrapped
const STR_ID: &'static str = "unbox"
fn specialize_signature( &self, context: &dyn SignatureSpecializationContext, ty: ConcreteTypeId ) -> Result<LibfuncSignature, SpecializationError>
Auto Trait Implementations§
impl RefUnwindSafe for UnboxLibfuncWrapped
impl Send for UnboxLibfuncWrapped
impl Sync for UnboxLibfuncWrapped
impl Unpin for UnboxLibfuncWrapped
impl UnwindSafe for UnboxLibfuncWrapped
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