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