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