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