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