pub struct RecordSchema {
pub value: Box<dyn Schema>,
}Fields§
§value: Box<dyn Schema>Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for RecordSchema
impl !UnwindSafe for RecordSchema
impl Freeze for RecordSchema
impl Send for RecordSchema
impl Sync for RecordSchema
impl Unpin for RecordSchema
impl UnsafeUnpin for RecordSchema
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