enum Keywords {
Show 26 variants
Camera,
Checkered,
Color,
Colors,
Compose,
Diffuse,
Distance,
Image,
Material,
Materials,
Name,
Plane,
Ratio,
RotationX,
RotationY,
RotationZ,
Scaling,
Shape,
Shapes,
Specular,
Sphere,
Transformation,
Transformations,
Translation,
Type,
Uniform,
}
Expand description
Enum for all the possible keywords of Token::Keyword
.
Variants§
Camera
Checkered
Color
Colors
Compose
Diffuse
Distance
Image
Material
Materials
Name
Plane
Ratio
RotationX
RotationY
RotationZ
Scaling
Shape
Shapes
Specular
Sphere
Transformation
Transformations
Translation
Type
Uniform
Trait Implementations§
source§impl PartialEq for Keywords
impl PartialEq for Keywords
impl Copy for Keywords
impl StructuralPartialEq for Keywords
Auto Trait Implementations§
impl RefUnwindSafe for Keywords
impl Send for Keywords
impl Sync for Keywords
impl Unpin for Keywords
impl UnwindSafe for Keywords
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