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