pub enum WriteScene {
Random,
Sequential,
}
Variants§
Trait Implementations§
Source§impl Clone for WriteScene
impl Clone for WriteScene
Source§fn clone(&self) -> WriteScene
fn clone(&self) -> WriteScene
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 moreimpl Copy for WriteScene
Auto Trait Implementations§
impl Freeze for WriteScene
impl RefUnwindSafe for WriteScene
impl Send for WriteScene
impl Sync for WriteScene
impl Unpin for WriteScene
impl UnwindSafe for WriteScene
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