Struct preserves_path::step::Node
source · [−]Tuple Fields
0: Rc<RefCell<dyn Step>>Implementations
sourceimpl Node
impl Node
pub fn test(&self, ctxt: &mut Context<'_>, value: &IOValue) -> bool
pub fn accept(&self, ctxt: &mut Context<'_>, value: &IOValue)
pub fn finish(&self)
pub fn reset(&self) -> Vec<IOValue>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
A: Allocator,
A: Allocator,
pub fn exec(&self, ctxt: &mut Context<'_>, value: &IOValue) -> Vec<IOValue>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
A: Allocator,
A: Allocator,
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Node
impl !Send for Node
impl !Sync for Node
impl Unpin for Node
impl !UnwindSafe for Node
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