pub enum LateEventPolicy {
Reject,
}Expand description
The timeline rejects an event before the current render frame.
Variants§
Reject
Trait Implementations§
Source§impl Clone for LateEventPolicy
impl Clone for LateEventPolicy
Source§fn clone(&self) -> LateEventPolicy
fn clone(&self) -> LateEventPolicy
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for LateEventPolicy
Source§impl Debug for LateEventPolicy
impl Debug for LateEventPolicy
Source§impl<'de> Deserialize<'de> for LateEventPolicy
impl<'de> Deserialize<'de> for LateEventPolicy
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
impl Eq for LateEventPolicy
Source§impl PartialEq for LateEventPolicy
impl PartialEq for LateEventPolicy
Source§impl Serialize for LateEventPolicy
impl Serialize for LateEventPolicy
impl StructuralPartialEq for LateEventPolicy
Auto Trait Implementations§
impl Freeze for LateEventPolicy
impl RefUnwindSafe for LateEventPolicy
impl Send for LateEventPolicy
impl Sync for LateEventPolicy
impl Unpin for LateEventPolicy
impl UnsafeUnpin for LateEventPolicy
impl UnwindSafe for LateEventPolicy
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