pub struct SendPendingAttributionReports {}Expand description
Sends all pending Attribution Reports immediately, regardless of their scheduled report time. EXPERIMENTAL: This feature is experimental and may change or be removed.
Implementations§
Trait Implementations§
Source§impl Clone for SendPendingAttributionReports
impl Clone for SendPendingAttributionReports
Source§fn clone(&self) -> SendPendingAttributionReports
fn clone(&self) -> SendPendingAttributionReports
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 Command for SendPendingAttributionReports
impl Command for SendPendingAttributionReports
Auto Trait Implementations§
impl Freeze for SendPendingAttributionReports
impl RefUnwindSafe for SendPendingAttributionReports
impl Send for SendPendingAttributionReports
impl Sync for SendPendingAttributionReports
impl Unpin for SendPendingAttributionReports
impl UnwindSafe for SendPendingAttributionReports
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