pub struct LashlangExecutionCallSite {
pub site: LashlangExecutionSite,
pub occurrence: u64,
}Fields§
§site: LashlangExecutionSite§occurrence: u64Trait Implementations§
Source§impl Clone for LashlangExecutionCallSite
impl Clone for LashlangExecutionCallSite
Source§fn clone(&self) -> LashlangExecutionCallSite
fn clone(&self) -> LashlangExecutionCallSite
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 LashlangExecutionCallSite
impl Debug for LashlangExecutionCallSite
impl Eq for LashlangExecutionCallSite
impl StructuralPartialEq for LashlangExecutionCallSite
Auto Trait Implementations§
impl Freeze for LashlangExecutionCallSite
impl RefUnwindSafe for LashlangExecutionCallSite
impl Send for LashlangExecutionCallSite
impl Sync for LashlangExecutionCallSite
impl Unpin for LashlangExecutionCallSite
impl UnsafeUnpin for LashlangExecutionCallSite
impl UnwindSafe for LashlangExecutionCallSite
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