[−][src]Struct combine_language::LanguageDef
A struct type which contains the necessary definitions to construct a language parser
Fields
ident: Identifier<IS, I>
How to parse an identifier
op: Identifier<OS, O>
How to parse an operator
comment_line: CL
Describes the start of a line comment
comment_start: CS
Describes the start of a block comment
comment_end: CE
Describes the end of a block comment
Auto Trait Implementations
impl<IS, I, OS, O, CL, CS, CE> Send for LanguageDef<IS, I, OS, O, CL, CS, CE> where
CE: Send,
CL: Send,
CS: Send,
I: Send,
IS: Send,
O: Send,
OS: Send,
CE: Send,
CL: Send,
CS: Send,
I: Send,
IS: Send,
O: Send,
OS: Send,
impl<IS, I, OS, O, CL, CS, CE> Sync for LanguageDef<IS, I, OS, O, CL, CS, CE> where
CE: Sync,
CL: Sync,
CS: Sync,
I: Sync,
IS: Sync,
O: Sync,
OS: Sync,
CE: Sync,
CL: Sync,
CS: Sync,
I: Sync,
IS: Sync,
O: Sync,
OS: Sync,
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom for T where
T: From<U>,
[src]
T: From<U>,
type Error = !
🔬 This is a nightly-only experimental API. (
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
🔬 This is a nightly-only experimental API. (
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,