pub struct Numbered {
pub schema: &'static Schema,
pub meta: Option<Meta>,
}
Expand description
A numbered schema item
Fields§
§schema: &'static Schema
The child schema
meta: Option<Meta>
The outer metadata
Implementations§
Trait Implementations§
Source§impl Ord for Numbered
impl Ord for Numbered
Source§impl PartialOrd for Numbered
impl PartialOrd for Numbered
impl Eq for Numbered
impl StructuralPartialEq for Numbered
Auto Trait Implementations§
impl Freeze for Numbered
impl RefUnwindSafe for Numbered
impl Send for Numbered
impl Sync for Numbered
impl Unpin for Numbered
impl UnwindSafe for Numbered
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