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