pub struct AnnFun {
pub tags: BTreeMap<SmolStr, SmolStr>,
pub copy_raw: Option<(SmolStr, SmolStr)>,
}Fields§
§copy_raw: Option<(SmolStr, SmolStr)>Implementations§
Trait Implementations§
Source§impl Accumulate<()> for AnnFun
impl Accumulate<()> for AnnFun
impl StructuralPartialEq for AnnFun
Auto Trait Implementations§
impl Freeze for AnnFun
impl RefUnwindSafe for AnnFun
impl Send for AnnFun
impl Sync for AnnFun
impl Unpin for AnnFun
impl UnsafeUnpin for AnnFun
impl UnwindSafe for AnnFun
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more