pub enum StickLocation {
Center,
CymbalBell,
CymbalEdge,
Rim,
}Expand description
Represents pictograms for the location of sticks, beaters, or mallets on cymbals, gongs, drums, and other instruments.
Variants§
Trait Implementations§
Source§impl DatatypeDeserializer for StickLocation
impl DatatypeDeserializer for StickLocation
fn deserialize(value: &str) -> Result<StickLocation, String>
Source§impl DatatypeSerializer for StickLocation
impl DatatypeSerializer for StickLocation
fn serialize(element: &StickLocation) -> String
Source§impl Debug for StickLocation
impl Debug for StickLocation
impl Eq for StickLocation
Source§impl PartialEq for StickLocation
impl PartialEq for StickLocation
Source§fn eq(&self, other: &StickLocation) -> bool
fn eq(&self, other: &StickLocation) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for StickLocation
Auto Trait Implementations§
impl Freeze for StickLocation
impl RefUnwindSafe for StickLocation
impl Send for StickLocation
impl Sync for StickLocation
impl Unpin for StickLocation
impl UnsafeUnpin for StickLocation
impl UnwindSafe for StickLocation
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