pub enum StartType {
Earliest,
Latest,
}
Variants§
Trait Implementations§
impl Copy for StartType
Auto Trait Implementations§
impl Freeze for StartType
impl RefUnwindSafe for StartType
impl Send for StartType
impl Sync for StartType
impl Unpin for StartType
impl UnwindSafe for StartType
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