pub struct SrcgenOptions {
pub inline: bool,
}Expand description
Options controlling how code is emitted.
Fields§
§inline: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for SrcgenOptions
impl RefUnwindSafe for SrcgenOptions
impl Send for SrcgenOptions
impl Sync for SrcgenOptions
impl Unpin for SrcgenOptions
impl UnwindSafe for SrcgenOptions
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