#[repr(i32)]pub enum MarkerSchema_GraphColor {
Blue = 0,
Green = 1,
Grey = 2,
Ink = 3,
Magenta = 4,
Orange = 5,
Purple = 6,
Red = 7,
Teal = 8,
Yellow = 9,
}
Variants§
Trait Implementations§
Source§impl Clone for MarkerSchema_GraphColor
impl Clone for MarkerSchema_GraphColor
Source§fn clone(&self) -> MarkerSchema_GraphColor
fn clone(&self) -> MarkerSchema_GraphColor
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 MarkerSchema_GraphColor
impl Debug for MarkerSchema_GraphColor
Source§impl Hash for MarkerSchema_GraphColor
impl Hash for MarkerSchema_GraphColor
Source§impl PartialEq for MarkerSchema_GraphColor
impl PartialEq for MarkerSchema_GraphColor
impl Copy for MarkerSchema_GraphColor
impl Eq for MarkerSchema_GraphColor
impl StructuralPartialEq for MarkerSchema_GraphColor
Auto Trait Implementations§
impl Freeze for MarkerSchema_GraphColor
impl RefUnwindSafe for MarkerSchema_GraphColor
impl Send for MarkerSchema_GraphColor
impl Sync for MarkerSchema_GraphColor
impl Unpin for MarkerSchema_GraphColor
impl UnwindSafe for MarkerSchema_GraphColor
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<T> Filterable for T
impl<T> Filterable for T
Source§fn filterable(
self,
filter_name: &'static str,
) -> RequestFilterDataProvider<T, fn(DataRequest<'_>) -> bool>
fn filterable( self, filter_name: &'static str, ) -> RequestFilterDataProvider<T, fn(DataRequest<'_>) -> bool>
Creates a filterable data provider with the given name for debugging. Read more