pub struct CompiledFunctionMetadata {
pub event_sites: Vec<EventSiteMetadata>,
}Expand description
Runtime metadata for all observable sites in one compiled function.
Fields§
§event_sites: Vec<EventSiteMetadata>Trait Implementations§
Source§impl Clone for CompiledFunctionMetadata
impl Clone for CompiledFunctionMetadata
Source§fn clone(&self) -> CompiledFunctionMetadata
fn clone(&self) -> CompiledFunctionMetadata
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CompiledFunctionMetadata
impl Debug for CompiledFunctionMetadata
Source§impl Default for CompiledFunctionMetadata
impl Default for CompiledFunctionMetadata
Source§fn default() -> CompiledFunctionMetadata
fn default() -> CompiledFunctionMetadata
Returns the “default value” for a type. Read more
impl Eq for CompiledFunctionMetadata
Source§impl PartialEq for CompiledFunctionMetadata
impl PartialEq for CompiledFunctionMetadata
Source§fn eq(&self, other: &CompiledFunctionMetadata) -> bool
fn eq(&self, other: &CompiledFunctionMetadata) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CompiledFunctionMetadata
Auto Trait Implementations§
impl Freeze for CompiledFunctionMetadata
impl RefUnwindSafe for CompiledFunctionMetadata
impl Send for CompiledFunctionMetadata
impl Sync for CompiledFunctionMetadata
impl Unpin for CompiledFunctionMetadata
impl UnsafeUnpin for CompiledFunctionMetadata
impl UnwindSafe for CompiledFunctionMetadata
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