pub struct IdentifierStore { /* private fields */ }Implementations§
Source§impl IdentifierStore
impl IdentifierStore
pub fn loaded(index: IdentifierIndex) -> Result<Self>
pub fn get(&self) -> Result<Option<&IdentifierIndex>>
Trait Implementations§
Source§impl Debug for IdentifierStore
impl Debug for IdentifierStore
Auto Trait Implementations§
impl !Freeze for IdentifierStore
impl RefUnwindSafe for IdentifierStore
impl Send for IdentifierStore
impl Sync for IdentifierStore
impl Unpin for IdentifierStore
impl UnsafeUnpin for IdentifierStore
impl UnwindSafe for IdentifierStore
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