pub struct ConfigSchema {
pub prefix: &'static str,
pub schema: fn() -> Schema,
}Expand description
Collects all configured schema generation information
Fields§
§prefix: &'static str§schema: fn() -> SchemaGenerate the Schema for this configuration
Trait Implementations§
impl Collect for ConfigSchema
Auto Trait Implementations§
impl Freeze for ConfigSchema
impl RefUnwindSafe for ConfigSchema
impl Send for ConfigSchema
impl Sync for ConfigSchema
impl Unpin for ConfigSchema
impl UnwindSafe for ConfigSchema
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