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