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