#[repr(C)]pub struct req_step {
pub name: *const c_char,
pub func: req_state_f,
}Fields§
§name: *const c_char§func: req_state_fTrait Implementations§
Auto Trait Implementations§
impl !Send for req_step
impl !Sync for req_step
impl Freeze for req_step
impl RefUnwindSafe for req_step
impl Unpin for req_step
impl UnsafeUnpin for req_step
impl UnwindSafe for req_step
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