pub enum BlockMappingPairKey<'tree> {
BlockNode(Box<BlockNode<'tree>>),
FlowNode(Box<FlowNode<'tree>>),
}Variants§
Trait Implementations§
Source§impl<'tree> Clone for BlockMappingPairKey<'tree>
impl<'tree> Clone for BlockMappingPairKey<'tree>
Source§fn clone(&self) -> BlockMappingPairKey<'tree>
fn clone(&self) -> BlockMappingPairKey<'tree>
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<'tree> Debug for BlockMappingPairKey<'tree>
impl<'tree> Debug for BlockMappingPairKey<'tree>
Source§impl<'tree> FromNode<'tree> for BlockMappingPairKey<'tree>
impl<'tree> FromNode<'tree> for BlockMappingPairKey<'tree>
Source§impl<'tree> PartialEq for BlockMappingPairKey<'tree>
impl<'tree> PartialEq for BlockMappingPairKey<'tree>
Source§impl Spanned for BlockMappingPairKey<'_>
impl Spanned for BlockMappingPairKey<'_>
impl<'tree> Eq for BlockMappingPairKey<'tree>
impl<'tree> StructuralPartialEq for BlockMappingPairKey<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for BlockMappingPairKey<'tree>
impl<'tree> RefUnwindSafe for BlockMappingPairKey<'tree>
impl<'tree> Send for BlockMappingPairKey<'tree>
impl<'tree> Sync for BlockMappingPairKey<'tree>
impl<'tree> Unpin for BlockMappingPairKey<'tree>
impl<'tree> UnsafeUnpin for BlockMappingPairKey<'tree>
impl<'tree> UnwindSafe for BlockMappingPairKey<'tree>
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