enum Inner<'a> {
Post(Post<'a>, u32),
Cff(Cff<'a>, Charset<'a>),
Synthesized(u32),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Inner<'a>
impl<'a> RefUnwindSafe for Inner<'a>
impl<'a> Send for Inner<'a>
impl<'a> Sync for Inner<'a>
impl<'a> Unpin for Inner<'a>
impl<'a> UnwindSafe for Inner<'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