pub enum CycleShape {
Triangle,
Sine,
}Variants§
Trait Implementations§
Source§impl Clone for CycleShape
impl Clone for CycleShape
Source§fn clone(&self) -> CycleShape
fn clone(&self) -> CycleShape
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 CycleShape
impl Debug for CycleShape
Source§impl PartialEq for CycleShape
impl PartialEq for CycleShape
impl StructuralPartialEq for CycleShape
Auto Trait Implementations§
impl Freeze for CycleShape
impl RefUnwindSafe for CycleShape
impl Send for CycleShape
impl Sync for CycleShape
impl Unpin for CycleShape
impl UnsafeUnpin for CycleShape
impl UnwindSafe for CycleShape
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