(&self)
| 128 | /// used as a sentinel value. |
| 129 | #[inline(always)] |
| 130 | pub fn id(&self) -> NotifyID { |
| 131 | self.id |
| 132 | } |
| 133 | |
| 134 | /// Get mutable access to the inner value without updating the ID. |
| 135 | pub fn as_mut_unsync(&mut self) -> &mut T { |
no outgoing calls
no test coverage detected