Returns true if the OptionalEventTime doesn't contain an EventTime. Returns: bool:
(&self)
| 408 | /// Returns: |
| 409 | /// bool: |
| 410 | pub fn is_none(&self) -> bool { |
| 411 | self.inner.is_none() |
| 412 | } |
| 413 | |
| 414 | /// Returns true if the OptionalEventTime contains an EventTime. |
| 415 | /// |
no outgoing calls