pub struct TideResponseAdapter { /* private fields */ }Expand description
中文 | English Tide 响应适配器 | Tide response adapter
Implementations§
Trait Implementations§
Source§impl SaResponse for TideResponseAdapter
impl SaResponse for TideResponseAdapter
Auto Trait Implementations§
impl Freeze for TideResponseAdapter
impl !RefUnwindSafe for TideResponseAdapter
impl Send for TideResponseAdapter
impl Sync for TideResponseAdapter
impl Unpin for TideResponseAdapter
impl !UnwindSafe for TideResponseAdapter
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more