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