Searched defs:with_tag (Results 1 – 3 of 3) sorted by relevance
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
341 pub fn with_tag<S: Into<Vec<u8>>>(mut self, tag: S) -> Self { in with_tag() method