pub struct HeapOutgoingAssemblyTable { /* private fields */ }Trait Implementations§
Source§impl Debug for HeapOutgoingAssemblyTable
impl Debug for HeapOutgoingAssemblyTable
Source§impl Default for HeapOutgoingAssemblyTable
impl Default for HeapOutgoingAssemblyTable
Source§fn default() -> HeapOutgoingAssemblyTable
fn default() -> HeapOutgoingAssemblyTable
Returns the “default value” for a type. Read more
Source§impl OutgoingAssemblyTable for HeapOutgoingAssemblyTable
impl OutgoingAssemblyTable for HeapOutgoingAssemblyTable
fn capacity(&self) -> usize
fn len(&self) -> usize
fn link_ids(&self) -> &[LinkId]
fn original_hashes(&self) -> &[ResourceHash]
fn supports_static_continuations(&self) -> bool
fn static_continuation( &self, index: usize, ) -> Option<StaticResponseContinuation>
fn push(&mut self, link_id: LinkId, original_hash: ResourceHash)
fn set_static_continuation( &mut self, index: usize, continuation: StaticResponseContinuation, ) -> bool
fn swap_remove(&mut self, index: usize)
fn is_empty(&self) -> bool
Auto Trait Implementations§
impl Freeze for HeapOutgoingAssemblyTable
impl RefUnwindSafe for HeapOutgoingAssemblyTable
impl Send for HeapOutgoingAssemblyTable
impl Sync for HeapOutgoingAssemblyTable
impl Unpin for HeapOutgoingAssemblyTable
impl UnsafeUnpin for HeapOutgoingAssemblyTable
impl UnwindSafe for HeapOutgoingAssemblyTable
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