Searched defs:with_tag (Results 1 – 4 of 4) sorted by relevance
145 pub fn with_tag<S: Into<Vec<u8>>>(mut self, tag: S) -> Self { in with_tag() method
1194 pub fn with_tag(self, tag: usize) -> Owned<T> { in with_tag() method1604 pub fn with_tag(&self, tag: usize) -> Shared<'g, T> { in with_tag() method
2235 fn with_tag() { in with_tag() function