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