Struct geo_aid::generator::Optimizations
source · pub struct Optimizations {
pub identical_expressions: bool,
}Fields§
§identical_expressions: boolTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Optimizations
impl Send for Optimizations
impl Sync for Optimizations
impl Unpin for Optimizations
impl UnwindSafe for Optimizations
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