Struct rnode_macros::RNodeField
source · [−]pub(crate) struct RNodeField {
pub(crate) from_orig: Expr,
pub(crate) to_orig: Expr,
pub(crate) ty: Type,
}
Fields
from_orig: Expr
to_orig: Expr
ty: Type
Auto Trait Implementations
impl RefUnwindSafe for RNodeField
impl !Send for RNodeField
impl !Sync for RNodeField
impl Unpin for RNodeField
impl UnwindSafe for RNodeField
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more