pub struct SchemaDef {
pub id: &'static str,
pub version: u32,
pub kind: &'static str,
}Expand description
Schema definition entry.
Fields§
§id: &'static strSchema identifier.
version: u32Schema version.
kind: &'static strSchema kind.
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.