Struct subscript_compiler::frontend::data::RewriteRule [−][src]
pub struct RewriteRule<T> { pub from: T, pub to: T, }
Fields
from: T
to: T
Trait Implementations
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<T> RefUnwindSafe for RewriteRule<T> where
T: RefUnwindSafe,
impl<T> Send for RewriteRule<T> where
T: Send,
impl<T> Sync for RewriteRule<T> where
T: Sync,
impl<T> Unpin for RewriteRule<T> where
T: Unpin,
impl<T> UnwindSafe for RewriteRule<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more