enum Edge<'a, 'input: 'a> {
    Open(SvgNode<'a, 'input>),
    Close(SvgNode<'a, 'input>),
}Variants§
Trait Implementations§
impl<'a, 'input: 'a> Copy for Edge<'a, 'input>
impl<'a, 'input: 'a> StructuralPartialEq for Edge<'a, 'input>
Auto Trait Implementations§
impl<'a, 'input> Freeze for Edge<'a, 'input>
impl<'a, 'input> RefUnwindSafe for Edge<'a, 'input>
impl<'a, 'input> Send for Edge<'a, 'input>
impl<'a, 'input> Sync for Edge<'a, 'input>
impl<'a, 'input> Unpin for Edge<'a, 'input>
impl<'a, 'input> UnwindSafe for Edge<'a, 'input>
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