Home
last modified time | relevance | path

Searched refs:BqlRef (Results 1 – 1 of 1) sorted by relevance

/qemu/rust/qemu-api/src/
H A Dcell.rs596 pub fn borrow(&self) -> BqlRef<'_, T> { in borrow()
609 BqlRef { value, borrow: b } in borrow()
818 pub struct BqlRef<'b, T: 'b> { struct
826 impl<T> Deref for BqlRef<'_, T> { argument
836 impl<'b, T> BqlRef<'b, T> { impl
848 pub fn clone(orig: &BqlRef<'b, T>) -> BqlRef<'b, T> { in clone()
849 BqlRef { in clone()
856 impl<T: fmt::Debug> fmt::Debug for BqlRef<'_, T> { implementation
862 impl<T: fmt::Display> fmt::Display for BqlRef<'_, T> { implementation