pub struct LookupOnly<'a>(pub &'a StringInterner);Expand description
lookup のみ行うラッパー(読み取り専用)
Tuple Fields§
§0: &'a StringInternerTrait Implementations§
Source§impl IdentResolver for LookupOnly<'_>
impl IdentResolver for LookupOnly<'_>
Source§fn resolve_ident(&mut self, s: &str) -> Option<InternedStr>
fn resolve_ident(&mut self, s: &str) -> Option<InternedStr>
識別子文字列を InternedStr に解決 Read more
Auto Trait Implementations§
impl<'a> Freeze for LookupOnly<'a>
impl<'a> RefUnwindSafe for LookupOnly<'a>
impl<'a> Send for LookupOnly<'a>
impl<'a> Sync for LookupOnly<'a>
impl<'a> Unpin for LookupOnly<'a>
impl<'a> UnsafeUnpin for LookupOnly<'a>
impl<'a> UnwindSafe for LookupOnly<'a>
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