pub struct RefDecl {
pub scope: String,
pub field: String,
pub container: String,
}Fields§
§scope: StringThe node-selecting path (the ::field suffix stripped).
field: StringThe property resolved into the container.
container: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for RefDecl
impl RefUnwindSafe for RefDecl
impl Send for RefDecl
impl Sync for RefDecl
impl Unpin for RefDecl
impl UnsafeUnpin for RefDecl
impl UnwindSafe for RefDecl
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more