pub struct ModuleServeOpts {
pub entrypoint: Option<bool>,
pub include_dependencies: Option<bool>,
}Fields§
§entrypoint: Option<bool>Install the module as the entrypoint, promoting its main-object methods onto the Query root
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 UnsafeUnpin 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