pub struct CallgraphBuildScratch { /* private fields */ }Expand description
Caller-owned staging for repeated callgraph projection dispatches.
Trait Implementations§
Source§impl Clone for CallgraphBuildScratch
impl Clone for CallgraphBuildScratch
Source§fn clone(&self) -> CallgraphBuildScratch
fn clone(&self) -> CallgraphBuildScratch
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 CallgraphBuildScratch
impl Debug for CallgraphBuildScratch
Source§impl Default for CallgraphBuildScratch
impl Default for CallgraphBuildScratch
Source§fn default() -> CallgraphBuildScratch
fn default() -> CallgraphBuildScratch
Returns the “default value” for a type. Read more
Source§impl PartialEq for CallgraphBuildScratch
impl PartialEq for CallgraphBuildScratch
impl StructuralPartialEq for CallgraphBuildScratch
Auto Trait Implementations§
impl Freeze for CallgraphBuildScratch
impl RefUnwindSafe for CallgraphBuildScratch
impl Send for CallgraphBuildScratch
impl Sync for CallgraphBuildScratch
impl Unpin for CallgraphBuildScratch
impl UnsafeUnpin for CallgraphBuildScratch
impl UnwindSafe for CallgraphBuildScratch
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