Enum forth3::dictionary::CurrDict
source · enum CurrDict<'dict, T: 'static> {
Leaf(&'dict Dictionary<T>),
Parent(SharedDict<T>),
}
Variants§
Leaf(&'dict Dictionary<T>)
Parent(SharedDict<T>)
Implementations§
Auto Trait Implementations§
impl<'dict, T> Freeze for CurrDict<'dict, T>
impl<'dict, T> RefUnwindSafe for CurrDict<'dict, T>where
T: RefUnwindSafe,
impl<'dict, T> !Send for CurrDict<'dict, T>
impl<'dict, T> !Sync for CurrDict<'dict, T>
impl<'dict, T> Unpin for CurrDict<'dict, T>
impl<'dict, T> UnwindSafe for CurrDict<'dict, T>where
T: RefUnwindSafe,
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