pub enum PropSeqOp {
None,
Weak,
Strong,
}Variants§
Trait Implementations§
Source§impl<'a> AcceptVisitor<'a> for PropSeqOp
impl<'a> AcceptVisitor<'a> for PropSeqOp
Source§impl<'a> ForEachChild<'a> for PropSeqOp
impl<'a> ForEachChild<'a> for PropSeqOp
Source§fn for_each_child(&'a self, each: &mut dyn FnMut(&'a dyn AnyNode<'a>))
fn for_each_child(&'a self, each: &mut dyn FnMut(&'a dyn AnyNode<'a>))
Apply a function to each child node.
Source§impl<'a> ForEachNode<'a> for PropSeqOp
impl<'a> ForEachNode<'a> for PropSeqOp
Source§fn for_each_node(&'a self, each: &mut dyn FnMut(&'a dyn AnyNode<'a>))
fn for_each_node(&'a self, each: &mut dyn FnMut(&'a dyn AnyNode<'a>))
Apply a function to this node.
Source§impl<'a> WalkVisitor<'a> for PropSeqOp
impl<'a> WalkVisitor<'a> for PropSeqOp
impl Copy for PropSeqOp
impl Eq for PropSeqOp
impl StructuralPartialEq for PropSeqOp
Auto Trait Implementations§
impl Freeze for PropSeqOp
impl RefUnwindSafe for PropSeqOp
impl Send for PropSeqOp
impl Sync for PropSeqOp
impl Unpin for PropSeqOp
impl UnwindSafe for PropSeqOp
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