pub struct ResponseInfo {
pub status: ResponseStatus,
pub description: String,
pub rust_type: Option<TokenStream>,
}Fields§
§status: ResponseStatus§description: String§rust_type: Option<TokenStream>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ResponseInfo
impl RefUnwindSafe for ResponseInfo
impl !Send for ResponseInfo
impl !Sync for ResponseInfo
impl Unpin for ResponseInfo
impl UnsafeUnpin for ResponseInfo
impl UnwindSafe for ResponseInfo
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