pub enum CodexSpeed {
Auto,
Standard,
Fast,
}Variants§
Trait Implementations§
Source§impl Clone for CodexSpeed
impl Clone for CodexSpeed
Source§fn clone(&self) -> CodexSpeed
fn clone(&self) -> CodexSpeed
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CodexSpeed
Source§impl Debug for CodexSpeed
impl Debug for CodexSpeed
Source§impl Default for CodexSpeed
impl Default for CodexSpeed
Source§fn default() -> CodexSpeed
fn default() -> CodexSpeed
Returns the “default value” for a type. Read more
impl Eq for CodexSpeed
Source§impl PartialEq for CodexSpeed
impl PartialEq for CodexSpeed
impl StructuralPartialEq for CodexSpeed
Auto Trait Implementations§
impl Freeze for CodexSpeed
impl RefUnwindSafe for CodexSpeed
impl Send for CodexSpeed
impl Sync for CodexSpeed
impl Unpin for CodexSpeed
impl UnsafeUnpin for CodexSpeed
impl UnwindSafe for CodexSpeed
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