pub struct OneOf;
Trait Implementations§
Source§impl Keyword for OneOf
impl Keyword for OneOf
fn compile(&self, def: &Value, ctx: &WalkContext<'_>) -> KeywordResult
fn is_exclusive(&self) -> bool
Auto Trait Implementations§
impl Freeze for OneOf
impl RefUnwindSafe for OneOf
impl Send for OneOf
impl Sync for OneOf
impl Unpin for OneOf
impl UnwindSafe for OneOf
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