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