pub struct SchemaExportEntry {
pub prefix: Option<&'static str>,
pub struct_name: &'static str,
pub fields: &'static [FieldExportMeta],
}Fields§
§prefix: Option<&'static str>§struct_name: &'static str§fields: &'static [FieldExportMeta]Trait Implementations§
Source§impl Clone for SchemaExportEntry
impl Clone for SchemaExportEntry
Source§fn clone(&self) -> SchemaExportEntry
fn clone(&self) -> SchemaExportEntry
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Collect for SchemaExportEntry
impl Copy for SchemaExportEntry
Source§impl Debug for SchemaExportEntry
impl Debug for SchemaExportEntry
impl Eq for SchemaExportEntry
Source§impl PartialEq for SchemaExportEntry
impl PartialEq for SchemaExportEntry
Source§fn eq(&self, other: &SchemaExportEntry) -> bool
fn eq(&self, other: &SchemaExportEntry) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SchemaExportEntry
Auto Trait Implementations§
impl Freeze for SchemaExportEntry
impl RefUnwindSafe for SchemaExportEntry
impl Send for SchemaExportEntry
impl Sync for SchemaExportEntry
impl Unpin for SchemaExportEntry
impl UnsafeUnpin for SchemaExportEntry
impl UnwindSafe for SchemaExportEntry
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