Struct bluejay_parser::ast::definition::DefaultContext
source · pub struct DefaultContext;Trait Implementations§
source§impl Context for DefaultContext
impl Context for DefaultContext
fn coerce_custom_scalar_input<const CONST: bool>( _cstd: &CustomScalarTypeDefinition<'_, Self>, _value: &impl Value<CONST> ) -> Result<(), Cow<'static, str>>
Auto Trait Implementations§
impl Freeze for DefaultContext
impl RefUnwindSafe for DefaultContext
impl Send for DefaultContext
impl Sync for DefaultContext
impl Unpin for DefaultContext
impl UnwindSafe for DefaultContext
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