Struct garden_lang_parser::ast::SymbolWithHint
source · pub struct SymbolWithHint {
pub symbol: Symbol,
pub hint: Option<TypeHint>,
}Fields§
§symbol: Symbol§hint: Option<TypeHint>Trait Implementations§
source§impl Clone for SymbolWithHint
impl Clone for SymbolWithHint
source§fn clone(&self) -> SymbolWithHint
fn clone(&self) -> SymbolWithHint
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 SymbolWithHint
impl Debug for SymbolWithHint
source§impl PartialEq for SymbolWithHint
impl PartialEq for SymbolWithHint
impl Eq for SymbolWithHint
impl StructuralPartialEq for SymbolWithHint
Auto Trait Implementations§
impl Freeze for SymbolWithHint
impl RefUnwindSafe for SymbolWithHint
impl Send for SymbolWithHint
impl Sync for SymbolWithHint
impl Unpin for SymbolWithHint
impl UnwindSafe for SymbolWithHint
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)