Searched refs:destroy_into_vec (Results 1 – 6 of 6) sorted by relevance
504 self.destroy_into_vec() in into_vec()533 pub fn destroy_into_vec(self) -> Vec<u8> { in destroy_into_vec() method570 drop(self.destroy_into_vec()) in destroy()606 assert_eq!(bb.destroy_into_vec(), &[]); in test_bb_empty()
502 self.destroy_into_vec() in into_vec()531 pub fn destroy_into_vec(self) -> Vec<u8> { in destroy_into_vec() method568 drop(self.destroy_into_vec()) in destroy()604 assert_eq!(bb.destroy_into_vec(), &[]); in test_bb_empty()
54 let response_bytes = response.destroy_into_vec(); in send()