pub struct PluginWithSchemaResult {
pub schema: Schema,
pub plugins: HashMap<String, Box<dyn Plugin>>,
}Fields§
§schema: Schema§plugins: HashMap<String, Box<dyn Plugin>>Auto Trait Implementations§
impl Freeze for PluginWithSchemaResult
impl !RefUnwindSafe for PluginWithSchemaResult
impl !Send for PluginWithSchemaResult
impl !Sync for PluginWithSchemaResult
impl Unpin for PluginWithSchemaResult
impl UnsafeUnpin for PluginWithSchemaResult
impl !UnwindSafe for PluginWithSchemaResult
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