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