Expand description
Fields
name: Stringencoding: Stringdata: Cow<'a, [u8]>Trait Implementations
impl<'a> Eq for Schema<'a>
impl<'a> StructuralEq for Schema<'a>
impl<'a> StructuralPartialEq for Schema<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for Schema<'a>
impl<'a> Send for Schema<'a>
impl<'a> Sync for Schema<'a>
impl<'a> Unpin for Schema<'a>
impl<'a> UnwindSafe for Schema<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more