Struct resume::conferences::DevConf2016
source · pub struct DevConf2016;
Expand description
Conference of professional web developers.
Trait Implementations§
impl Speaker for DevConf2016
This speech discusses the problem of the lack of an asynchronous Python driver for Riak and the reasons for writing its own implementation.
Review of possible solutions and their comparsion.
Presentation
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