pub struct SpecTable<'a, S: 'static> { /* private fields */ }
Expand description
A parameter spec table.
The table is guaranteed to be zero-terminated.
Users are encouraged to use the define_fs_params
macro to define the
super::Context::PARAMS
constant.
Auto Trait Implementations
impl<'a, S> !RefUnwindSafe for SpecTable<'a, S>
impl<'a, S> !Send for SpecTable<'a, S>
impl<'a, S> !Sync for SpecTable<'a, S>
impl<'a, S> Unpin for SpecTable<'a, S>where
S: Unpin,
impl<'a, S> !UnwindSafe for SpecTable<'a, S>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more