pub enum ExcessDelayPolicy {
Clamp,
Reject,
}Expand description
Handling for a computed delay above the caller’s maximum.
Variants§
Trait Implementations§
Source§impl Clone for ExcessDelayPolicy
impl Clone for ExcessDelayPolicy
Source§fn clone(&self) -> ExcessDelayPolicy
fn clone(&self) -> ExcessDelayPolicy
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 ExcessDelayPolicy
Source§impl Debug for ExcessDelayPolicy
impl Debug for ExcessDelayPolicy
impl Eq for ExcessDelayPolicy
Source§impl PartialEq for ExcessDelayPolicy
impl PartialEq for ExcessDelayPolicy
impl StructuralPartialEq for ExcessDelayPolicy
Auto Trait Implementations§
impl Freeze for ExcessDelayPolicy
impl RefUnwindSafe for ExcessDelayPolicy
impl Send for ExcessDelayPolicy
impl Sync for ExcessDelayPolicy
impl Unpin for ExcessDelayPolicy
impl UnsafeUnpin for ExcessDelayPolicy
impl UnwindSafe for ExcessDelayPolicy
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