pub enum DuplicateEventPolicy {
Reject,
}Expand description
The timeline rejects a repeated frame and sequence key.
Variants§
Reject
Trait Implementations§
Source§impl Clone for DuplicateEventPolicy
impl Clone for DuplicateEventPolicy
Source§fn clone(&self) -> DuplicateEventPolicy
fn clone(&self) -> DuplicateEventPolicy
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 DuplicateEventPolicy
Source§impl Debug for DuplicateEventPolicy
impl Debug for DuplicateEventPolicy
Source§impl<'de> Deserialize<'de> for DuplicateEventPolicy
impl<'de> Deserialize<'de> for DuplicateEventPolicy
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 DuplicateEventPolicy
Source§impl PartialEq for DuplicateEventPolicy
impl PartialEq for DuplicateEventPolicy
Source§impl Serialize for DuplicateEventPolicy
impl Serialize for DuplicateEventPolicy
impl StructuralPartialEq for DuplicateEventPolicy
Auto Trait Implementations§
impl Freeze for DuplicateEventPolicy
impl RefUnwindSafe for DuplicateEventPolicy
impl Send for DuplicateEventPolicy
impl Sync for DuplicateEventPolicy
impl Unpin for DuplicateEventPolicy
impl UnsafeUnpin for DuplicateEventPolicy
impl UnwindSafe for DuplicateEventPolicy
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