pub struct Schema<'schema> { /* private fields */ }Expand description
A single schema unit used for validation.
Trait Implementations§
Auto Trait Implementations§
impl<'schema> Freeze for Schema<'schema>
impl<'schema> RefUnwindSafe for Schema<'schema>
impl<'schema> Send for Schema<'schema>
impl<'schema> Sync for Schema<'schema>
impl<'schema> Unpin for Schema<'schema>
impl<'schema> UnwindSafe for Schema<'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