Struct massbit_sol::schema::Schema [−][src]
pub struct Schema {
pub name: Option<String>,
pub variants: Option<VariantArray>,
pub properties: Option<PropertyArray>,
pub definitions: BTreeMap<String, Schema>,
pub description: Option<String>,
pub offset: Option<usize>,
pub variant_tag_length: Option<usize>,
}Fields
name: Option<String>variants: Option<VariantArray>properties: Option<PropertyArray>definitions: BTreeMap<String, Schema>description: Option<String>offset: Option<usize>variant_tag_length: Option<usize>Implementations
Trait Implementations
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 RefUnwindSafe for Schema
impl UnwindSafe for Schema
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn clone_any_send(&self) -> Box<dyn CloneAny + Send + 'static, Global> where
T: Send,
pub fn clone_any_sync(&self) -> Box<dyn CloneAny + Sync + 'static, Global> where
T: Sync,
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more