Struct gloo_worker::Bincode
source · [−]pub struct Bincode;
Expand description
Default message encoding with bincode.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Bincode
impl Send for Bincode
impl Sync for Bincode
impl Unpin for Bincode
impl UnwindSafe for Bincode
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