pub enum AlterAlgorithm {
Default(Span),
Instant(Span),
Inplace(Span),
Copy(Span),
}Variants§
Trait Implementations§
Source§impl Clone for AlterAlgorithm
impl Clone for AlterAlgorithm
Source§fn clone(&self) -> AlterAlgorithm
fn clone(&self) -> AlterAlgorithm
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 AlterAlgorithm
impl Debug for AlterAlgorithm
Auto Trait Implementations§
impl Freeze for AlterAlgorithm
impl RefUnwindSafe for AlterAlgorithm
impl Send for AlterAlgorithm
impl Sync for AlterAlgorithm
impl Unpin for AlterAlgorithm
impl UnsafeUnpin for AlterAlgorithm
impl UnwindSafe for AlterAlgorithm
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