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