pub enum FormalParameter {
Literal,
Track,
}Expand description
Describes the formal parameter type
Variants§
Trait Implementations§
Source§impl Clone for FormalParameter
impl Clone for FormalParameter
Source§fn clone(&self) -> FormalParameter
fn clone(&self) -> FormalParameter
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 FormalParameter
impl Debug for FormalParameter
Source§impl<'de> Deserialize<'de> for FormalParameter
impl<'de> Deserialize<'de> for FormalParameter
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
Source§impl Serialize for FormalParameter
impl Serialize for FormalParameter
impl Copy for FormalParameter
Auto Trait Implementations§
impl Freeze for FormalParameter
impl RefUnwindSafe for FormalParameter
impl Send for FormalParameter
impl Sync for FormalParameter
impl Unpin for FormalParameter
impl UnwindSafe for FormalParameter
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