Struct darklua_core::nodes::FieldExpression [−][src]
pub struct FieldExpression { /* fields omitted */ }
Implementations
pub fn new<IntoPrefix: Into<Prefix>, IntoIdentifier: Into<Identifier>>(
prefix: IntoPrefix,
field: IntoIdentifier
) -> Self
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for FieldExpression
impl Send for FieldExpression
impl Sync for FieldExpression
impl Unpin for FieldExpression
impl UnwindSafe for FieldExpression
Blanket Implementations
Mutably borrows from an owned value. Read more