pub struct Tree {
pub tpe: TreeType,
pub name: Key,
pub params: Params,
pub calls: Calls,
}
Fields§
§tpe: TreeType
§name: Key
§params: Params
§calls: Calls
Implementations§
Trait Implementations§
source§impl<'a> From<&'a Tree> for Invocation<'a>
impl<'a> From<&'a Tree> for Invocation<'a>
source§impl PartialEq for Tree
impl PartialEq for Tree
impl StructuralPartialEq for Tree
Auto Trait Implementations§
impl RefUnwindSafe for Tree
impl Send for Tree
impl Sync for Tree
impl Unpin for Tree
impl UnwindSafe for Tree
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