pub enum LinkStoreBackend {
LinoProjection,
DoubletsRs,
DoubletsWeb,
}Expand description
Physical backend selected for a build or surface.
Variants§
Trait Implementations§
Source§impl Clone for LinkStoreBackend
impl Clone for LinkStoreBackend
Source§fn clone(&self) -> LinkStoreBackend
fn clone(&self) -> LinkStoreBackend
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 LinkStoreBackend
Source§impl Debug for LinkStoreBackend
impl Debug for LinkStoreBackend
impl Eq for LinkStoreBackend
Source§impl PartialEq for LinkStoreBackend
impl PartialEq for LinkStoreBackend
impl StructuralPartialEq for LinkStoreBackend
Auto Trait Implementations§
impl Freeze for LinkStoreBackend
impl RefUnwindSafe for LinkStoreBackend
impl Send for LinkStoreBackend
impl Sync for LinkStoreBackend
impl Unpin for LinkStoreBackend
impl UnsafeUnpin for LinkStoreBackend
impl UnwindSafe for LinkStoreBackend
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.