pub struct SchemaContext { /* private fields */ }Expand description
schema context
Implementations§
Source§impl SchemaContext
Auto-generated by derive_getters::Getters.
impl SchemaContext
Auto-generated by derive_getters::Getters.
Sourcepub fn context_handle(&self) -> &Option<ContextHandle>
pub fn context_handle(&self) -> &Option<ContextHandle>
context handle
Sourcepub fn schema_dump_hash(&self) -> &String
pub fn schema_dump_hash(&self) -> &String
SHA 256 hash for schema dump
Sourcepub fn problems(&self) -> &Collection<AnalysisProbrem>
pub fn problems(&self) -> &Collection<AnalysisProbrem>
schema analysis problems
Trait Implementations§
Source§impl<'de> Deserialize<'de> for SchemaContext
impl<'de> Deserialize<'de> for SchemaContext
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for SchemaContext
impl RefUnwindSafe for SchemaContext
impl Send for SchemaContext
impl Sync for SchemaContext
impl Unpin for SchemaContext
impl UnwindSafe for SchemaContext
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