pub struct RealLeaf {
pub path: Vec<String>,
pub location: LeafLocation,
pub information: Information,
}Expand description
Leaf that is represented in binary input. Its value is interpretation of the input.
Fields§
§path: Vec<String>Path to this leaf.
location: LeafLocationLocation of this leaf.
information: InformationThe leaf’s information.
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for RealLeaf
impl RefUnwindSafe for RealLeaf
impl Send for RealLeaf
impl Sync for RealLeaf
impl Unpin for RealLeaf
impl UnwindSafe for RealLeaf
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