pub struct YaccGrammarWarning { /* private fields */ }
Expand description
Any Warning from the Yacc parser returns an instance of this struct.
Trait Implementations§
Source§impl<'__de, __Context> BorrowDecode<'__de, __Context> for YaccGrammarWarning
impl<'__de, __Context> BorrowDecode<'__de, __Context> for YaccGrammarWarning
Source§fn borrow_decode<__D: BorrowDecoder<'__de, Context = __Context>>(
decoder: &mut __D,
) -> Result<Self, DecodeError>
fn borrow_decode<__D: BorrowDecoder<'__de, Context = __Context>>( decoder: &mut __D, ) -> Result<Self, DecodeError>
Attempt to decode this type with the given BorrowDecode.
Source§impl Clone for YaccGrammarWarning
impl Clone for YaccGrammarWarning
Source§fn clone(&self) -> YaccGrammarWarning
fn clone(&self) -> YaccGrammarWarning
Returns a copy of the value. Read more
1.0.0 · 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 YaccGrammarWarning
impl Debug for YaccGrammarWarning
Source§impl<__Context> Decode<__Context> for YaccGrammarWarning
impl<__Context> Decode<__Context> for YaccGrammarWarning
Source§impl Display for YaccGrammarWarning
impl Display for YaccGrammarWarning
Source§impl Encode for YaccGrammarWarning
impl Encode for YaccGrammarWarning
Source§impl PartialEq for YaccGrammarWarning
impl PartialEq for YaccGrammarWarning
Source§impl Spanned for YaccGrammarWarning
impl Spanned for YaccGrammarWarning
impl Eq for YaccGrammarWarning
impl StructuralPartialEq for YaccGrammarWarning
Auto Trait Implementations§
impl Freeze for YaccGrammarWarning
impl RefUnwindSafe for YaccGrammarWarning
impl Send for YaccGrammarWarning
impl Sync for YaccGrammarWarning
impl Unpin for YaccGrammarWarning
impl UnwindSafe for YaccGrammarWarning
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,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.