pub struct ResponseTransportType;Expand description
ResponseTransportType (725).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ResponseTransportType
impl RefUnwindSafe for ResponseTransportType
impl Send for ResponseTransportType
impl Sync for ResponseTransportType
impl Unpin for ResponseTransportType
impl UnsafeUnpin for ResponseTransportType
impl UnwindSafe for ResponseTransportType
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