pub enum ReplayDirection {
Forward,
Backward,
}Variants§
Trait Implementations§
Source§impl Clone for ReplayDirection
impl Clone for ReplayDirection
Source§fn clone(&self) -> ReplayDirection
fn clone(&self) -> ReplayDirection
Returns a duplicate 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 ReplayDirection
impl Debug for ReplayDirection
Source§impl PartialEq for ReplayDirection
impl PartialEq for ReplayDirection
impl Copy for ReplayDirection
impl Eq for ReplayDirection
impl StructuralPartialEq for ReplayDirection
Auto Trait Implementations§
impl Freeze for ReplayDirection
impl RefUnwindSafe for ReplayDirection
impl Send for ReplayDirection
impl Sync for ReplayDirection
impl Unpin for ReplayDirection
impl UnwindSafe for ReplayDirection
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