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