pub struct ModuleServeOpts {
pub include_dependencies: Option<bool>,
}
Fields§
§include_dependencies: Option<bool>
Expose the dependencies of this module to the client
Trait Implementations§
Source§impl Debug for ModuleServeOpts
impl Debug for ModuleServeOpts
Source§impl PartialEq for ModuleServeOpts
impl PartialEq for ModuleServeOpts
impl StructuralPartialEq for ModuleServeOpts
Auto Trait Implementations§
impl Freeze for ModuleServeOpts
impl RefUnwindSafe for ModuleServeOpts
impl Send for ModuleServeOpts
impl Sync for ModuleServeOpts
impl Unpin for ModuleServeOpts
impl UnwindSafe for ModuleServeOpts
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