pub enum Delay2 {
Single(Box<Delay2Single>),
Mintypmax(Box<Delay2Mintypmax>),
}
Variants§
Single(Box<Delay2Single>)
Mintypmax(Box<Delay2Mintypmax>)
Trait Implementations§
Source§impl<'a> IntoIterator for &'a Delay2
impl<'a> IntoIterator for &'a Delay2
impl StructuralPartialEq for Delay2
Auto Trait Implementations§
impl Freeze for Delay2
impl RefUnwindSafe for Delay2
impl Send for Delay2
impl Sync for Delay2
impl Unpin for Delay2
impl UnwindSafe for Delay2
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