pub struct SyntaxSymbolTable {
pub requests: Vec<String>,
pub schemas: Vec<String>,
pub scalars: Vec<String>,
pub environments: Vec<String>,
pub oauth_profiles: Vec<String>,
pub sessions: Vec<String>,
}Fields§
§requests: Vec<String>§schemas: Vec<String>§scalars: Vec<String>§environments: Vec<String>§oauth_profiles: Vec<String>§sessions: Vec<String>Trait Implementations§
Source§impl Clone for SyntaxSymbolTable
impl Clone for SyntaxSymbolTable
Source§fn clone(&self) -> SyntaxSymbolTable
fn clone(&self) -> SyntaxSymbolTable
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 Debug for SyntaxSymbolTable
impl Debug for SyntaxSymbolTable
Source§impl Default for SyntaxSymbolTable
impl Default for SyntaxSymbolTable
Source§fn default() -> SyntaxSymbolTable
fn default() -> SyntaxSymbolTable
Returns the “default value” for a type. Read more
Source§impl PartialEq for SyntaxSymbolTable
impl PartialEq for SyntaxSymbolTable
Source§fn eq(&self, other: &SyntaxSymbolTable) -> bool
fn eq(&self, other: &SyntaxSymbolTable) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for SyntaxSymbolTable
impl StructuralPartialEq for SyntaxSymbolTable
Auto Trait Implementations§
impl Freeze for SyntaxSymbolTable
impl RefUnwindSafe for SyntaxSymbolTable
impl Send for SyntaxSymbolTable
impl Sync for SyntaxSymbolTable
impl Unpin for SyntaxSymbolTable
impl UnsafeUnpin for SyntaxSymbolTable
impl UnwindSafe for SyntaxSymbolTable
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.