pub enum NoUndefinedVariablesScope<'doc> {
Operation(Option<&'doc str>),
Fragment(&'doc str),
}Variants§
Trait Implementations§
Source§impl<'doc> Clone for NoUndefinedVariablesScope<'doc>
impl<'doc> Clone for NoUndefinedVariablesScope<'doc>
Source§fn clone(&self) -> NoUndefinedVariablesScope<'doc>
fn clone(&self) -> NoUndefinedVariablesScope<'doc>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'doc> Debug for NoUndefinedVariablesScope<'doc>
impl<'doc> Debug for NoUndefinedVariablesScope<'doc>
impl<'doc> Eq for NoUndefinedVariablesScope<'doc>
Source§impl<'doc> Hash for NoUndefinedVariablesScope<'doc>
impl<'doc> Hash for NoUndefinedVariablesScope<'doc>
Source§impl<'doc> PartialEq for NoUndefinedVariablesScope<'doc>
impl<'doc> PartialEq for NoUndefinedVariablesScope<'doc>
impl<'doc> StructuralPartialEq for NoUndefinedVariablesScope<'doc>
Auto Trait Implementations§
impl<'doc> Freeze for NoUndefinedVariablesScope<'doc>
impl<'doc> RefUnwindSafe for NoUndefinedVariablesScope<'doc>
impl<'doc> Send for NoUndefinedVariablesScope<'doc>
impl<'doc> Sync for NoUndefinedVariablesScope<'doc>
impl<'doc> Unpin for NoUndefinedVariablesScope<'doc>
impl<'doc> UnsafeUnpin for NoUndefinedVariablesScope<'doc>
impl<'doc> UnwindSafe for NoUndefinedVariablesScope<'doc>
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