pub struct Variables { /* private fields */ }Expand description
Set of variables to parameterize a Tree.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Send for Variables
impl !Sync for Variables
impl Freeze for Variables
impl RefUnwindSafe for Variables
impl Unpin for Variables
impl UnsafeUnpin for Variables
impl UnwindSafe for Variables
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