Struct genco::js::JavaScript [−][src]
pub struct JavaScript<'el> { /* fields omitted */ }JavaScript token specialization.
Methods
impl<'el> JavaScript<'el>[src]
impl<'el> JavaScript<'el>pub fn alias<N: Into<Cons<'el>>>(self, alias: N) -> JavaScript<'el>[src]
pub fn alias<N: Into<Cons<'el>>>(self, alias: N) -> JavaScript<'el>Alias the given type.
Trait Implementations
impl<'el> Debug for JavaScript<'el>[src]
impl<'el> Debug for JavaScript<'el>fn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl<'el> Clone for JavaScript<'el>[src]
impl<'el> Clone for JavaScript<'el>fn clone(&self) -> JavaScript<'el>[src]
fn clone(&self) -> JavaScript<'el>Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)Performs copy-assignment from source. Read more
impl<'el> Hash for JavaScript<'el>[src]
impl<'el> Hash for JavaScript<'el>fn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash<__H: Hasher>(&self, state: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, Feeds a slice of this type into the given [Hasher]. Read more
impl<'el> PartialOrd for JavaScript<'el>[src]
impl<'el> PartialOrd for JavaScript<'el>fn partial_cmp(&self, other: &JavaScript<'el>) -> Option<Ordering>[src]
fn partial_cmp(&self, other: &JavaScript<'el>) -> Option<Ordering>This method returns an ordering between self and other values if one exists. Read more
fn lt(&self, other: &JavaScript<'el>) -> bool[src]
fn lt(&self, other: &JavaScript<'el>) -> boolThis method tests less than (for self and other) and is used by the < operator. Read more
fn le(&self, other: &JavaScript<'el>) -> bool[src]
fn le(&self, other: &JavaScript<'el>) -> boolThis method tests less than or equal to (for self and other) and is used by the <= operator. Read more
fn gt(&self, other: &JavaScript<'el>) -> bool[src]
fn gt(&self, other: &JavaScript<'el>) -> boolThis method tests greater than (for self and other) and is used by the > operator. Read more
fn ge(&self, other: &JavaScript<'el>) -> bool[src]
fn ge(&self, other: &JavaScript<'el>) -> boolThis method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
impl<'el> Ord for JavaScript<'el>[src]
impl<'el> Ord for JavaScript<'el>fn cmp(&self, other: &JavaScript<'el>) -> Ordering[src]
fn cmp(&self, other: &JavaScript<'el>) -> OrderingThis method returns an Ordering between self and other. Read more
fn max(self, other: Self) -> Self1.21.0[src]
fn max(self, other: Self) -> SelfCompares and returns the maximum of two values. Read more
fn min(self, other: Self) -> Self1.21.0[src]
fn min(self, other: Self) -> SelfCompares and returns the minimum of two values. Read more
impl<'el> PartialEq for JavaScript<'el>[src]
impl<'el> PartialEq for JavaScript<'el>fn eq(&self, other: &JavaScript<'el>) -> bool[src]
fn eq(&self, other: &JavaScript<'el>) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &JavaScript<'el>) -> bool[src]
fn ne(&self, other: &JavaScript<'el>) -> boolThis method tests for !=.
impl<'el> Eq for JavaScript<'el>[src]
impl<'el> Eq for JavaScript<'el>impl<'el> Display for JavaScript<'el>[src]
impl<'el> Display for JavaScript<'el>fn fmt(&self, fmt: &mut Formatter) -> Result[src]
fn fmt(&self, fmt: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl<'el> From<JavaScript<'el>> for Tokens<'el, JavaScript<'el>>[src]
impl<'el> From<JavaScript<'el>> for Tokens<'el, JavaScript<'el>>fn from(value: JavaScript<'el>) -> Tokens<'el, JavaScript<'el>>[src]
fn from(value: JavaScript<'el>) -> Tokens<'el, JavaScript<'el>>Performs the conversion.
impl<'el> From<&'el JavaScript<'el>> for Tokens<'el, JavaScript<'el>>[src]
impl<'el> From<&'el JavaScript<'el>> for Tokens<'el, JavaScript<'el>>fn from(value: &'el JavaScript<'el>) -> Tokens<'el, JavaScript<'el>>[src]
fn from(value: &'el JavaScript<'el>) -> Tokens<'el, JavaScript<'el>>Performs the conversion.
impl<'el> Custom for JavaScript<'el>[src]
impl<'el> Custom for JavaScript<'el>type Extra = ()
Extra data associated with building a formatting element.
fn format(
&self,
out: &mut Formatter,
_extra: &mut Self::Extra,
_level: usize
) -> Result[src]
fn format(
&self,
out: &mut Formatter,
_extra: &mut Self::Extra,
_level: usize
) -> ResultFormat the custom element.
fn quote_string(out: &mut Formatter, input: &str) -> Result[src]
fn quote_string(out: &mut Formatter, input: &str) -> ResultPerforming quoting according to convention set by custom element.
fn write_file<'a>(
tokens: Tokens<'a, JavaScript<'a>>,
out: &mut Formatter,
extra: &mut Self::Extra,
level: usize
) -> Result[src]
fn write_file<'a>(
tokens: Tokens<'a, JavaScript<'a>>,
out: &mut Formatter,
extra: &mut Self::Extra,
level: usize
) -> ResultWrite a file according to convention by custom element.
Auto Trait Implementations
impl<'el> !Send for JavaScript<'el>
impl<'el> !Send for JavaScript<'el>impl<'el> !Sync for JavaScript<'el>
impl<'el> !Sync for JavaScript<'el>