pub struct StaticTable { /* private fields */ }Expand description
静态表:由「书写形式 → 语义」的常量切片构造。
Implementations§
Trait Implementations§
Source§impl KeywordTable for StaticTable
impl KeywordTable for StaticTable
Auto Trait Implementations§
impl Freeze for StaticTable
impl RefUnwindSafe for StaticTable
impl Send for StaticTable
impl Sync for StaticTable
impl Unpin for StaticTable
impl UnsafeUnpin for StaticTable
impl UnwindSafe for StaticTable
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