pub struct DefinerParserProcessorOptions<'a> { /* private fields */ }Implementations§
Auto Trait Implementations§
impl<'a> !UnwindSafe for DefinerParserProcessorOptions<'a>
impl<'a> Freeze for DefinerParserProcessorOptions<'a>
impl<'a> RefUnwindSafe for DefinerParserProcessorOptions<'a>
impl<'a> Send for DefinerParserProcessorOptions<'a>
impl<'a> Sync for DefinerParserProcessorOptions<'a>
impl<'a> Unpin for DefinerParserProcessorOptions<'a>
impl<'a> UnsafeUnpin for DefinerParserProcessorOptions<'a>
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