(function() {var implementors = {};
implementors["cairo"] = ["impl<T> Pointer for Box<T> where
T: ?Sized, ","impl<T> Pointer for Rc<T> where
T: ?Sized, ","impl<T> Pointer for Arc<T> where
T: ?Sized, ",];
implementors["chrono"] = ["impl<T> Pointer for Box<T> where
T: ?Sized, ","impl<T> Pointer for Rc<T> where
T: ?Sized, ","impl<T> Pointer for Arc<T> where
T: ?Sized, ",];
implementors["error_chain"] = ["impl<T> Pointer for Box<T> where
T: ?Sized, ","impl<T> Pointer for Rc<T> where
T: ?Sized, ","impl<T> Pointer for Arc<T> where
T: ?Sized, ",];
implementors["flexi_logger"] = ["impl<T> Pointer for Box<T> where
T: ?Sized, ","impl<T> Pointer for Rc<T> where
T: ?Sized, ","impl<T> Pointer for Arc<T> where
T: ?Sized, ",];
implementors["gdk"] = ["impl<T> Pointer for Box<T> where
T: ?Sized, ","impl<T> Pointer for Rc<T> where
T: ?Sized, ","impl<T> Pointer for Arc<T> where
T: ?Sized, ",];
implementors["gdk_pixbuf"] = ["impl<T> Pointer for Box<T> where
T: ?Sized, ","impl<T> Pointer for Rc<T> where
T: ?Sized, ","impl<T> Pointer for Arc<T> where
T: ?Sized, ",];
implementors["gio"] = ["impl<T> Pointer for Box<T> where
T: ?Sized, ","impl<T> Pointer for Rc<T> where
T: ?Sized, ","impl<T> Pointer for Arc<T> where
T: ?Sized, ",];
implementors["glib"] = ["impl<T> Pointer for Box<T> where
T: ?Sized, ","impl<T> Pointer for Rc<T> where
T: ?Sized, ","impl<T> Pointer for Arc<T> where
T: ?Sized, ",];
implementors["gtk"] = ["impl<T> Pointer for Box<T> where
T: ?Sized, ","impl<T> Pointer for Rc<T> where
T: ?Sized, ","impl<T> Pointer for Arc<T> where
T: ?Sized, ",];
implementors["libc"] = ["impl<T> Pointer for Box<T> where
T: ?Sized, ","impl<T> Pointer for Rc<T> where
T: ?Sized, ","impl<T> Pointer for Arc<T> where
T: ?Sized, ",];
implementors["num"] = ["impl<T> Pointer for Box<T> where
T: ?Sized, ","impl<T> Pointer for Rc<T> where
T: ?Sized, ","impl<T> Pointer for Arc<T> where
T: ?Sized, ",];
implementors["pango"] = ["impl<T> Pointer for Box<T> where
T: ?Sized, ","impl<T> Pointer for Rc<T> where
T: ?Sized, ","impl<T> Pointer for Arc<T> where
T: ?Sized, ",];
implementors["regex_syntax"] = ["impl<T> Pointer for Box<T> where
T: ?Sized, ","impl<T> Pointer for Rc<T> where
T: ?Sized, ","impl<T> Pointer for Arc<T> where
T: ?Sized, ",];
implementors["serde"] = ["impl<T> Pointer for Box<T> where
T: ?Sized, ","impl<T> Pointer for Rc<T> where
T: ?Sized, ","impl<T> Pointer for Arc<T> where
T: ?Sized, ",];
implementors["syn"] = ["impl<T> Pointer for Box<T> where
T: ?Sized, ","impl<T> Pointer for Rc<T> where
T: ?Sized, ","impl<T> Pointer for Arc<T> where
T: ?Sized, ",];
if (window.register_implementors) {
window.register_implementors(implementors);
} else {
window.pending_implementors = implementors;
}
})()