pub struct SpecCallSite { /* private fields */ }Expand description
Information about a call site that might benefit from specialization
Trait Implementations§
Source§impl Clone for SpecCallSite
impl Clone for SpecCallSite
Source§fn clone(&self) -> SpecCallSite
fn clone(&self) -> SpecCallSite
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SpecCallSite
impl RefUnwindSafe for SpecCallSite
impl Send for SpecCallSite
impl Sync for SpecCallSite
impl Unpin for SpecCallSite
impl UnsafeUnpin for SpecCallSite
impl UnwindSafe for SpecCallSite
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