pub enum Genus {
Box(Tag),
Img(String, Tag),
Text(String, Tag),
}Variants§
Implementations§
Auto Trait Implementations§
impl Freeze for Genus
impl RefUnwindSafe for Genus
impl Send for Genus
impl Sync for Genus
impl Unpin for Genus
impl UnsafeUnpin for Genus
impl UnwindSafe for Genus
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