pub struct AdBlock;๐Deprecated since 2017.1.1: Closed
Expand description
The system allows mobile users to disable advertisements for some small payments.
Trait Implementationsยง
impl ClickHouse for AdBlock
Secondary storage.
impl<'period, 'f2016, 't2017, Language> Developer<Language> for &'period AdBlockwhere
Language: Python,
'period: 'f2016 + 't2017,
This project uses Paywall architecture and shares some codebases.
impl Python for AdBlock
Python was a main programming language on this project.
impl Riak for AdBlock
Main storage.
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