pub enum Aggregator<'a> {
Empty,
Start(LinkType, CowStr<'a>, CowStr<'a>),
Text(Link<'a>),
}Variants§
Trait Implementations§
Source§impl<'a> Debug for Aggregator<'a>
impl<'a> Debug for Aggregator<'a>
Source§impl<'a> Default for Aggregator<'a>
impl<'a> Default for Aggregator<'a>
Source§fn default() -> Aggregator<'a>
fn default() -> Aggregator<'a>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<'a> Freeze for Aggregator<'a>
impl<'a> RefUnwindSafe for Aggregator<'a>
impl<'a> Send for Aggregator<'a>
impl<'a> Sync for Aggregator<'a>
impl<'a> Unpin for Aggregator<'a>
impl<'a> UnwindSafe for Aggregator<'a>
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