pub enum TimingRelative {
Before,
After,
}
Variants§
Trait Implementations§
Source§impl Clone for TimingRelative
impl Clone for TimingRelative
Source§fn clone(&self) -> TimingRelative
fn clone(&self) -> TimingRelative
Returns a copy 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 TimingRelative
impl Debug for TimingRelative
Source§impl ToString for TimingRelative
impl ToString for TimingRelative
impl Copy for TimingRelative
Auto Trait Implementations§
impl Freeze for TimingRelative
impl RefUnwindSafe for TimingRelative
impl Send for TimingRelative
impl Sync for TimingRelative
impl Unpin for TimingRelative
impl UnwindSafe for TimingRelative
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