pub struct BacktrackingOptions {
pub request_block_annotations: bool,
}Fields§
§request_block_annotations: boolShould the register allocator generate block annotations?
Trait Implementations§
Source§impl Clone for BacktrackingOptions
impl Clone for BacktrackingOptions
Source§fn clone(&self) -> BacktrackingOptions
fn clone(&self) -> BacktrackingOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BacktrackingOptions
impl Debug for BacktrackingOptions
Auto Trait Implementations§
impl Freeze for BacktrackingOptions
impl RefUnwindSafe for BacktrackingOptions
impl Send for BacktrackingOptions
impl Sync for BacktrackingOptions
impl Unpin for BacktrackingOptions
impl UnwindSafe for BacktrackingOptions
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