pub struct ReportUri {
pub address: String,
pub max_size: Option<u64>,
}Expand description
Report URI (mailto: address with optional size limit).
Fields§
§address: StringEmail address (after stripping mailto: prefix).
max_size: Option<u64>Maximum report size in bytes.
Trait Implementations§
impl Eq for ReportUri
impl StructuralPartialEq for ReportUri
Auto Trait Implementations§
impl Freeze for ReportUri
impl RefUnwindSafe for ReportUri
impl Send for ReportUri
impl Sync for ReportUri
impl Unpin for ReportUri
impl UnsafeUnpin for ReportUri
impl UnwindSafe for ReportUri
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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