pub struct ModuleLoadOptions { /* private fields */ }Expand description
Options for the module_load command
Implementations§
Trait Implementations§
Source§impl Args for ModuleLoadOptions
impl Args for ModuleLoadOptions
Source§fn write_args(&self, args: &mut CommandArgs)
fn write_args(&self, args: &mut CommandArgs)
Write this Rust type as one ore multiple args into CommandArgs. Read more
Source§impl Default for ModuleLoadOptions
impl Default for ModuleLoadOptions
Source§fn default() -> ModuleLoadOptions
fn default() -> ModuleLoadOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ModuleLoadOptions
impl RefUnwindSafe for ModuleLoadOptions
impl Send for ModuleLoadOptions
impl Sync for ModuleLoadOptions
impl Unpin for ModuleLoadOptions
impl UnwindSafe for ModuleLoadOptions
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more