pub struct Report { /* private fields */ }Expand description
A report of potential exposure.
Implementations§
Source§impl Report
impl Report
Sourcepub fn temporary_contact_numbers(
&self,
) -> impl Iterator<Item = TemporaryContactNumber>
pub fn temporary_contact_numbers( &self, ) -> impl Iterator<Item = TemporaryContactNumber>
Return an iterator over all temporary contact numbers included in the report.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Report
impl RefUnwindSafe for Report
impl Send for Report
impl Sync for Report
impl Unpin for Report
impl UnwindSafe for Report
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