pub struct FunctionDataBuilderOptions {
pub no_fallthrough_jump_removal: bool,
}
Fields
no_fallthrough_jump_removal: bool
Trait Implementations
sourceimpl Default for FunctionDataBuilderOptions
impl Default for FunctionDataBuilderOptions
sourcefn default() -> FunctionDataBuilderOptions
fn default() -> FunctionDataBuilderOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for FunctionDataBuilderOptions
impl Send for FunctionDataBuilderOptions
impl Sync for FunctionDataBuilderOptions
impl Unpin for FunctionDataBuilderOptions
impl UnwindSafe for FunctionDataBuilderOptions
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more