#[repr(C)]pub struct RackRequest { /* private fields */ }
Expand description
Rack request, converted from an Rwf request.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RackRequest
impl RefUnwindSafe for RackRequest
impl !Send for RackRequest
impl !Sync for RackRequest
impl Unpin for RackRequest
impl UnwindSafe for RackRequest
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