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§
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