pub enum ElementContext {
Reference,
Floating,
}
Variants§
Trait Implementations§
Source§impl Clone for ElementContext
impl Clone for ElementContext
Source§fn clone(&self) -> ElementContext
fn clone(&self) -> ElementContext
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 ElementContext
impl Debug for ElementContext
Source§impl PartialEq for ElementContext
impl PartialEq for ElementContext
impl Copy for ElementContext
impl StructuralPartialEq for ElementContext
Auto Trait Implementations§
impl Freeze for ElementContext
impl RefUnwindSafe for ElementContext
impl Send for ElementContext
impl Sync for ElementContext
impl Unpin for ElementContext
impl UnwindSafe for ElementContext
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