pub enum ElementSource {
BuiltIn,
Plugin,
}Expand description
Where an element descriptor comes from.
Variants§
Trait Implementations§
Source§impl Clone for ElementSource
impl Clone for ElementSource
Source§fn clone(&self) -> ElementSource
fn clone(&self) -> ElementSource
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 ElementSource
Source§impl Debug for ElementSource
impl Debug for ElementSource
impl Eq for ElementSource
Source§impl PartialEq for ElementSource
impl PartialEq for ElementSource
Source§fn eq(&self, other: &ElementSource) -> bool
fn eq(&self, other: &ElementSource) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ElementSource
Auto Trait Implementations§
impl Freeze for ElementSource
impl RefUnwindSafe for ElementSource
impl Send for ElementSource
impl Sync for ElementSource
impl Unpin for ElementSource
impl UnsafeUnpin for ElementSource
impl UnwindSafe for ElementSource
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