pub struct ArrayAppendLibfuncWrapped {}Expand description
Libfunc for pushing a value into the end of an array.
Trait Implementations§
source§impl Default for ArrayAppendLibfuncWrapped
impl Default for ArrayAppendLibfuncWrapped
source§fn default() -> ArrayAppendLibfuncWrapped
fn default() -> ArrayAppendLibfuncWrapped
Returns the “default value” for a type. Read more
source§impl SignatureAndTypeGenericLibfunc for ArrayAppendLibfuncWrapped
impl SignatureAndTypeGenericLibfunc for ArrayAppendLibfuncWrapped
const STR_ID: &'static str = "array_append"
fn specialize_signature( &self, context: &dyn SignatureSpecializationContext, ty: ConcreteTypeId ) -> Result<LibfuncSignature, SpecializationError>
Auto Trait Implementations§
impl RefUnwindSafe for ArrayAppendLibfuncWrapped
impl Send for ArrayAppendLibfuncWrapped
impl Sync for ArrayAppendLibfuncWrapped
impl Unpin for ArrayAppendLibfuncWrapped
impl UnwindSafe for ArrayAppendLibfuncWrapped
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