pub struct ForestState { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for ForestState
impl Clone for ForestState
Source§fn clone(&self) -> ForestState
fn clone(&self) -> ForestState
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ForestState
impl Debug for ForestState
Source§impl Display for ForestState
impl Display for ForestState
Source§impl Into<Constituent<Rc<Rule>>> for &ForestState
impl Into<Constituent<Rc<Rule>>> for &ForestState
Source§impl PartialEq for ForestState
impl PartialEq for ForestState
impl StructuralPartialEq for ForestState
Auto Trait Implementations§
impl Freeze for ForestState
impl !RefUnwindSafe for ForestState
impl !Send for ForestState
impl !Sync for ForestState
impl Unpin for ForestState
impl !UnwindSafe for ForestState
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