pub enum AdditionalKind {
Boolean(bool),
Schema(Url),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AdditionalKind
impl RefUnwindSafe for AdditionalKind
impl Send for AdditionalKind
impl Sync for AdditionalKind
impl Unpin for AdditionalKind
impl UnwindSafe for AdditionalKind
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