Struct sapio_miniscript::expression::Tree
source · [−]Expand description
A token of the form x(...) or x
Fields
name: &'a strThe name x
args: Vec<Tree<'a>>The comma-separated contents of the (...), if any
Implementations
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Tree<'a>
impl<'a> Send for Tree<'a>
impl<'a> Sync for Tree<'a>
impl<'a> Unpin for Tree<'a>
impl<'a> UnwindSafe for Tree<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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