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