pub enum ContinuousType {
Continuous12,
Continuous29,
Continuous38,
Continuous50,
Continuous54,
Continuous62,
Continuous62Red,
}Variants§
Trait Implementations§
Source§impl Clone for ContinuousType
impl Clone for ContinuousType
Source§fn clone(&self) -> ContinuousType
fn clone(&self) -> ContinuousType
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 ContinuousType
Source§impl Debug for ContinuousType
impl Debug for ContinuousType
Source§impl PartialEq for ContinuousType
impl PartialEq for ContinuousType
impl StructuralPartialEq for ContinuousType
Auto Trait Implementations§
impl Freeze for ContinuousType
impl RefUnwindSafe for ContinuousType
impl Send for ContinuousType
impl Sync for ContinuousType
impl Unpin for ContinuousType
impl UnsafeUnpin for ContinuousType
impl UnwindSafe for ContinuousType
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