pub struct PluginsClientOptions {
pub loader: Option<PluginLoaderOptions>,
}Fields§
§loader: Option<PluginLoaderOptions>Trait Implementations§
Source§impl Clone for PluginsClientOptions
impl Clone for PluginsClientOptions
Source§fn clone(&self) -> PluginsClientOptions
fn clone(&self) -> PluginsClientOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for PluginsClientOptions
impl Default for PluginsClientOptions
Source§fn default() -> PluginsClientOptions
fn default() -> PluginsClientOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PluginsClientOptions
impl !RefUnwindSafe for PluginsClientOptions
impl Send for PluginsClientOptions
impl Sync for PluginsClientOptions
impl Unpin for PluginsClientOptions
impl !UnwindSafe for PluginsClientOptions
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