pub struct ElixirExtCache { /* private fields */ }Expand description
Analysis cache for ElixirExt.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ElixirExtCache
impl RefUnwindSafe for ElixirExtCache
impl Send for ElixirExtCache
impl Sync for ElixirExtCache
impl Unpin for ElixirExtCache
impl UnsafeUnpin for ElixirExtCache
impl UnwindSafe for ElixirExtCache
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