pub enum GoCamMergeAlgorithm {
Activity,
Chemical,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GoCamMergeAlgorithm
impl RefUnwindSafe for GoCamMergeAlgorithm
impl Send for GoCamMergeAlgorithm
impl Sync for GoCamMergeAlgorithm
impl Unpin for GoCamMergeAlgorithm
impl UnwindSafe for GoCamMergeAlgorithm
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