pub struct SchemaProfile {
pub legal: &'static [&'static str],
pub downgrade: &'static [(&'static str, &'static str)],
pub file_schema: &'static [&'static str],
pub apd: ApdInfo,
}Fields§
§legal: &'static [&'static str]§downgrade: &'static [(&'static str, &'static str)]§file_schema: &'static [&'static str]§apd: ApdInfoImplementations§
Source§impl SchemaProfile
impl SchemaProfile
Auto Trait Implementations§
impl Freeze for SchemaProfile
impl RefUnwindSafe for SchemaProfile
impl Send for SchemaProfile
impl Sync for SchemaProfile
impl Unpin for SchemaProfile
impl UnsafeUnpin for SchemaProfile
impl UnwindSafe for SchemaProfile
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