Struct async_bincode::SyncDestination
source · [−]pub struct SyncDestination;
Expand description
A marker that indicates that the wrapping type is compatible with stock bincode
receivers.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SyncDestination
impl Send for SyncDestination
impl Sync for SyncDestination
impl Unpin for SyncDestination
impl UnwindSafe for SyncDestination
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