pub struct Schema {
pub columns: Vec<ColumnDef>,
pub schema_prop: SchemaProp,
}Fields§
§columns: Vec<ColumnDef>§schema_prop: SchemaPropTrait Implementations§
Source§impl<P> Deserialize<P> for Schemawhere
P: ProtocolReader,
impl<P> Deserialize<P> for Schemawhere
P: ProtocolReader,
impl Send for Schema
impl StructuralPartialEq for Schema
impl Sync for Schema
Auto Trait Implementations§
impl Freeze for Schema
impl RefUnwindSafe for Schema
impl Unpin for Schema
impl UnwindSafe for Schema
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