Searched defs:AnnotationsT (Results 1 – 2 of 2) sorted by relevance
48 pub fn unpack(&self) -> AnnotationsT { in unpack()118 pub(crate) struct AnnotationsT { struct121 impl Default for AnnotationsT { implementation128 impl AnnotationsT { implementation
155 pub fn take_annotations(&mut self) -> Option<Box<AnnotationsT>> { in take_annotations()168 pub fn as_annotations(&self) -> Option<&AnnotationsT> { in as_annotations()172 pub fn as_annotations_mut(&mut self) -> Option<&mut AnnotationsT> { in as_annotations_mut()