pub enum ReportStrategy {
NonEmptyContent,
OnContentChange,
OnWindowClose,
Periodic,
}Expand description
Report strategy for window content emission
Variants§
Trait Implementations§
Source§impl Clone for ReportStrategy
impl Clone for ReportStrategy
Source§fn clone(&self) -> ReportStrategy
fn clone(&self) -> ReportStrategy
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ReportStrategy
impl Debug for ReportStrategy
Source§impl PartialEq for ReportStrategy
impl PartialEq for ReportStrategy
impl Copy for ReportStrategy
impl Eq for ReportStrategy
impl StructuralPartialEq for ReportStrategy
Auto Trait Implementations§
impl Freeze for ReportStrategy
impl RefUnwindSafe for ReportStrategy
impl Send for ReportStrategy
impl Sync for ReportStrategy
impl Unpin for ReportStrategy
impl UnwindSafe for ReportStrategy
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