Searched defs:BqlRefMut (Results 1 – 2 of 2) sorted by relevance
904 pub struct BqlRefMut<'b, T: 'b> { struct913 impl<T> Deref for BqlRefMut<'_, T> { argument923 impl<T> DerefMut for BqlRefMut<'_, T> { implementation931 impl<T: fmt::Debug> fmt::Debug for BqlRefMut<'_, T> { implementation937 impl<T: fmt::Display> fmt::Display for BqlRefMut<'_, T> { implementation
47 impl Write for BqlRefMut<'_, bindings::CharBackend> { implementation