pub struct SchemaDef {
pub name: &'static str,
}Expand description
Const-friendly schema definition for compile-time schema definitions.
Fields§
§name: &'static strSchema name
Implementations§
Trait Implementations§
impl Copy for SchemaDef
impl Eq for SchemaDef
impl StructuralPartialEq for SchemaDef
Auto Trait Implementations§
impl Freeze for SchemaDef
impl RefUnwindSafe for SchemaDef
impl Send for SchemaDef
impl Sync for SchemaDef
impl Unpin for SchemaDef
impl UnwindSafe for SchemaDef
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