Searched defs:borrow (Results 1 – 3 of 3) sorted by relevance
284 let borrow = read_buf.filled_mut(); in ut_test_readbuf_new() localVariable290 let borrow = read_buf.initialized(); in ut_test_readbuf_new() localVariable295 let borrow = read_buf.initialized_mut(); in ut_test_readbuf_new() localVariable
63 fn borrow(&self) -> &StackRef<T> { in borrow() method
435 pub fn borrow(&self) -> ValueRef<'_, T> { in borrow() method