pub struct SchemaWriter { /* private fields */ }
Implementations§
source§impl SchemaWriter
impl SchemaWriter
pub fn write( self, map: BTreeMap<SchemaLocation, SchemaEntry>, ) -> WriterResult<Vec<u8>>
Trait Implementations§
source§impl Default for SchemaWriter
impl Default for SchemaWriter
source§fn default() -> SchemaWriter
fn default() -> SchemaWriter
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SchemaWriter
impl RefUnwindSafe for SchemaWriter
impl Send for SchemaWriter
impl Sync for SchemaWriter
impl Unpin for SchemaWriter
impl UnwindSafe for SchemaWriter
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