pub struct PayloadTestResponse {
pub payload: Option<Vec<u8>>,
}Fields§
§payload: Option<Vec<u8>>Trait Implementations§
Source§impl Debug for PayloadTestResponse
impl Debug for PayloadTestResponse
Auto Trait Implementations§
impl Freeze for PayloadTestResponse
impl RefUnwindSafe for PayloadTestResponse
impl Send for PayloadTestResponse
impl Sync for PayloadTestResponse
impl Unpin for PayloadTestResponse
impl UnwindSafe for PayloadTestResponse
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