pub struct CommTag(/* private fields */);Expand description
Tag newtype for safer tag arithmetic.
Implementations§
Trait Implementations§
impl Copy for CommTag
impl Eq for CommTag
impl StructuralPartialEq for CommTag
Auto Trait Implementations§
impl Freeze for CommTag
impl RefUnwindSafe for CommTag
impl Send for CommTag
impl Sync for CommTag
impl Unpin for CommTag
impl UnsafeUnpin for CommTag
impl UnwindSafe for CommTag
Blanket Implementations§
Source§impl<T> AccumulatePathExt for T
impl<T> AccumulatePathExt for T
fn accumulate_path<O, I>(path: I) -> Owhere
O: Orientation,
I: IntoIterator<Item = O>,
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