pub struct SchemaMeta {
pub name: Option<Name>,
pub namespace: NamespaceId,
}
Expand description
Represents a schema used by type information in the MetaTypes
structure.
Fields§
§name: Option<Name>
Name of the schema.
namespace: NamespaceId
Id of the namespace this schema belongs to.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SchemaMeta
impl RefUnwindSafe for SchemaMeta
impl Send for SchemaMeta
impl Sync for SchemaMeta
impl Unpin for SchemaMeta
impl UnwindSafe for SchemaMeta
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