pub struct ModuleSourceWithClientOpts {
pub dev: Option<bool>,
}
Fields§
§dev: Option<bool>
Generate in developer mode
Trait Implementations§
Source§impl Debug for ModuleSourceWithClientOpts
impl Debug for ModuleSourceWithClientOpts
impl StructuralPartialEq for ModuleSourceWithClientOpts
Auto Trait Implementations§
impl Freeze for ModuleSourceWithClientOpts
impl RefUnwindSafe for ModuleSourceWithClientOpts
impl Send for ModuleSourceWithClientOpts
impl Sync for ModuleSourceWithClientOpts
impl Unpin for ModuleSourceWithClientOpts
impl UnwindSafe for ModuleSourceWithClientOpts
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