pub struct symtable(/* private fields */);Auto Trait Implementations§
impl Freeze for symtable
impl RefUnwindSafe for symtable
impl Send for symtable
impl Sync for symtable
impl Unpin for symtable
impl UnsafeUnpin for symtable
impl UnwindSafe for symtable
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