pub struct AfterRenderArgs;
Expand description
After render arguments.
Trait Implementations§
Source§impl Clone for AfterRenderArgs
impl Clone for AfterRenderArgs
Source§fn clone(&self) -> AfterRenderArgs
fn clone(&self) -> AfterRenderArgs
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 AfterRenderArgs
impl Debug for AfterRenderArgs
Source§impl<'de> Deserialize<'de> for AfterRenderArgs
impl<'de> Deserialize<'de> for AfterRenderArgs
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<AfterRenderArgs> for Event
impl From<AfterRenderArgs> for Event
Source§fn from(args: AfterRenderArgs) -> Self
fn from(args: AfterRenderArgs) -> Self
Converts to this type from the input type.
Source§impl From<AfterRenderArgs> for Loop
impl From<AfterRenderArgs> for Loop
Source§fn from(args: AfterRenderArgs) -> Self
fn from(args: AfterRenderArgs) -> Self
Converts to this type from the input type.
Source§impl Hash for AfterRenderArgs
impl Hash for AfterRenderArgs
Source§impl Ord for AfterRenderArgs
impl Ord for AfterRenderArgs
Source§fn cmp(&self, other: &AfterRenderArgs) -> Ordering
fn cmp(&self, other: &AfterRenderArgs) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AfterRenderArgs
impl PartialEq for AfterRenderArgs
Source§impl PartialOrd for AfterRenderArgs
impl PartialOrd for AfterRenderArgs
Source§impl Serialize for AfterRenderArgs
impl Serialize for AfterRenderArgs
impl Copy for AfterRenderArgs
impl Eq for AfterRenderArgs
impl StructuralPartialEq for AfterRenderArgs
Auto Trait Implementations§
impl Freeze for AfterRenderArgs
impl RefUnwindSafe for AfterRenderArgs
impl Send for AfterRenderArgs
impl Sync for AfterRenderArgs
impl Unpin for AfterRenderArgs
impl UnwindSafe for AfterRenderArgs
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