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