pub struct SimpleResponse {}
Trait Implementations§
Source§impl Debug for SimpleResponse
impl Debug for SimpleResponse
Source§impl Decodable for SimpleResponse
impl Decodable for SimpleResponse
Auto Trait Implementations§
impl Freeze for SimpleResponse
impl RefUnwindSafe for SimpleResponse
impl Send for SimpleResponse
impl Sync for SimpleResponse
impl Unpin for SimpleResponse
impl UnwindSafe for SimpleResponse
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