pub struct AsyncDestination;
Expand description
A marker that indicates that the wrapping type is compatible with AsyncBincodeReader
.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AsyncDestination
impl RefUnwindSafe for AsyncDestination
impl Send for AsyncDestination
impl Sync for AsyncDestination
impl Unpin for AsyncDestination
impl UnwindSafe for AsyncDestination
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