pub struct ModuleConfig {
pub skip_wrapper: bool,
}
Expand description
Various config values for adjusting the modules behavior.
Fields§
§skip_wrapper: bool
If true, the module gets rendered without a wrapping <div>
tag.
Implementations§
Source§impl ModuleConfig
impl ModuleConfig
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ModuleConfig
impl RefUnwindSafe for ModuleConfig
impl Send for ModuleConfig
impl Sync for ModuleConfig
impl Unpin for ModuleConfig
impl UnwindSafe for ModuleConfig
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