pub struct PassBackResponse {
pub status_code: StatusCode,
pub body: String,
}
Fields§
§status_code: StatusCode
§body: String
Trait Implementations§
Source§impl Clone for PassBackResponse
impl Clone for PassBackResponse
Source§fn clone(&self) -> PassBackResponse
fn clone(&self) -> PassBackResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for PassBackResponse
impl RefUnwindSafe for PassBackResponse
impl Send for PassBackResponse
impl Sync for PassBackResponse
impl Unpin for PassBackResponse
impl UnwindSafe for PassBackResponse
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