Struct proc_macro::bridge::client::FreeFunctions
source · pub(crate) struct FreeFunctions {
handle: NonZeroU32,
_marker: PhantomData<*mut ()>,
}
🔬This is a nightly-only experimental API. (
proc_macro_internals
#27812)Fields§
§handle: NonZeroU32
🔬This is a nightly-only experimental API. (
§proc_macro_internals
#27812)_marker: PhantomData<*mut ()>
🔬This is a nightly-only experimental API. (
proc_macro_internals
#27812)Implementations§
source§impl FreeFunctions
impl FreeFunctions
pub(crate) fn drop(self: FreeFunctions)
🔬This is a nightly-only experimental API. (
proc_macro_internals
#27812)pub(crate) fn track_env_var(var: &str, value: Option<&str>)
🔬This is a nightly-only experimental API. (
proc_macro_internals
#27812)pub(crate) fn track_path(path: &str)
🔬This is a nightly-only experimental API. (
proc_macro_internals
#27812)pub(crate) fn literal_from_str(s: &str) -> Result<Literal<Span, Symbol>, ()>
🔬This is a nightly-only experimental API. (
proc_macro_internals
#27812)pub(crate) fn emit_diagnostic(diagnostic: Diagnostic<Span>)
🔬This is a nightly-only experimental API. (
proc_macro_internals
#27812)Trait Implementations§
source§impl<S> DecodeMut<'_, '_, S> for FreeFunctions
impl<S> DecodeMut<'_, '_, S> for FreeFunctions
source§impl Drop for FreeFunctions
impl Drop for FreeFunctions
source§impl<S> Encode<S> for &FreeFunctions
impl<S> Encode<S> for &FreeFunctions
source§impl<S> Encode<S> for &mut FreeFunctions
impl<S> Encode<S> for &mut FreeFunctions
Auto Trait Implementations§
impl RefUnwindSafe for FreeFunctions
impl !Send for FreeFunctions
impl !Sync for FreeFunctions
impl Unpin for FreeFunctions
impl UnwindSafe for FreeFunctions
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