pub enum KernelBackend {
PureRust,
GeosReference,
}Variants§
Trait Implementations§
Source§impl Clone for KernelBackend
impl Clone for KernelBackend
Source§fn clone(&self) -> KernelBackend
fn clone(&self) -> KernelBackend
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 KernelBackend
Source§impl Debug for KernelBackend
impl Debug for KernelBackend
impl Eq for KernelBackend
Source§impl PartialEq for KernelBackend
impl PartialEq for KernelBackend
Source§fn eq(&self, other: &KernelBackend) -> bool
fn eq(&self, other: &KernelBackend) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for KernelBackend
Auto Trait Implementations§
impl Freeze for KernelBackend
impl RefUnwindSafe for KernelBackend
impl Send for KernelBackend
impl Sync for KernelBackend
impl Unpin for KernelBackend
impl UnsafeUnpin for KernelBackend
impl UnwindSafe for KernelBackend
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