Searched defs:BqlRefMut (Results 1 – 2 of 2) sorted by relevance
900 pub struct BqlRefMut<'b, T: 'b> { struct909 impl<T> Deref for BqlRefMut<'_, T> { implementation919 impl<T> DerefMut for BqlRefMut<'_, T> { implementation927 impl<T: fmt::Debug> fmt::Debug for BqlRefMut<'_, T> { implementation933 impl<T: fmt::Display> fmt::Display for BqlRefMut<'_, T> { implementation
46 impl Write for BqlRefMut<'_, bindings::CharBackend> { implementation