pub enum EditorDisplayMode {
Show 14 variants
ArrayCountNoLabel,
ArrayCountWithLabel,
EntityTile,
Hidden,
NameAndValue,
PointPath,
PointPathLoop,
PointStar,
Points,
RadiusGrid,
RadiusPx,
RefLinkBetweenCenters,
RefLinkBetweenPivots,
ValueOnly,
}
Expand description
Possible values: Hidden
, ValueOnly
, NameAndValue
, EntityTile
, Points
,
PointStar
, PointPath
, PointPathLoop
, RadiusPx
, RadiusGrid
,
ArrayCountWithLabel
, ArrayCountNoLabel
, RefLinkBetweenPivots
,
RefLinkBetweenCenters
Variants§
ArrayCountNoLabel
ArrayCountWithLabel
EntityTile
Hidden
NameAndValue
PointPath
PointPathLoop
PointStar
Points
RadiusGrid
RadiusPx
RefLinkBetweenCenters
RefLinkBetweenPivots
ValueOnly
Trait Implementations§
Source§impl<'de> Deserialize<'de> for EditorDisplayMode
impl<'de> Deserialize<'de> for EditorDisplayMode
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for EditorDisplayMode
impl RefUnwindSafe for EditorDisplayMode
impl Send for EditorDisplayMode
impl Sync for EditorDisplayMode
impl Unpin for EditorDisplayMode
impl UnwindSafe for EditorDisplayMode
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