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