Struct async_bincode::AsyncDestination
source · [−]pub struct AsyncDestination;
Expand description
A marker that indicates that the wrapping type is compatible with AsyncBincodeReader
.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AsyncDestination
impl Send for AsyncDestination
impl Sync for AsyncDestination
impl Unpin for AsyncDestination
impl UnwindSafe for AsyncDestination
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more