pub enum DisplayScope {
Data,
Facet,
Histogram,
}Variants§
Trait Implementations§
Source§impl Clone for DisplayScope
impl Clone for DisplayScope
Source§fn clone(&self) -> DisplayScope
fn clone(&self) -> DisplayScope
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 DisplayScope
Auto Trait Implementations§
impl Freeze for DisplayScope
impl RefUnwindSafe for DisplayScope
impl Send for DisplayScope
impl Sync for DisplayScope
impl Unpin for DisplayScope
impl UnsafeUnpin for DisplayScope
impl UnwindSafe for DisplayScope
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