Struct leptos_spin::response::SpinResponseParts
source · pub struct SpinResponseParts {
pub status_code: u16,
pub headers: Headers,
pub body: SpinBody,
}
Fields§
§status_code: u16
§headers: Headers
§body: SpinBody
Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for SpinResponseParts
impl Send for SpinResponseParts
impl !Sync for SpinResponseParts
impl Unpin for SpinResponseParts
impl !UnwindSafe for SpinResponseParts
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