pub enum CarbonHTML {
Inline,
Embedded,
Independent,
}
Variants§
Auto Trait Implementations§
impl Freeze for CarbonHTML
impl RefUnwindSafe for CarbonHTML
impl Send for CarbonHTML
impl Sync for CarbonHTML
impl Unpin for CarbonHTML
impl UnwindSafe for CarbonHTML
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