pub struct AfterSettle;
Expand description
allows you to trigger client-side events after the settle step
Trait Implementations§
Source§impl Clone for AfterSettle
impl Clone for AfterSettle
Source§fn clone(&self) -> AfterSettle
fn clone(&self) -> AfterSettle
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 AfterSettle
impl Debug for AfterSettle
Source§impl PartialEq for AfterSettle
impl PartialEq for AfterSettle
Source§impl TriggerAfter for AfterSettle
impl TriggerAfter for AfterSettle
Source§fn name() -> &'static HeaderName
fn name() -> &'static HeaderName
the name of the header.
impl Copy for AfterSettle
impl Eq for AfterSettle
impl StructuralPartialEq for AfterSettle
Auto Trait Implementations§
impl Freeze for AfterSettle
impl RefUnwindSafe for AfterSettle
impl Send for AfterSettle
impl Sync for AfterSettle
impl Unpin for AfterSettle
impl UnwindSafe for AfterSettle
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