pub enum AllowType {
InnerHtml,
Eval,
UnsafeRust,
}Expand description
Type of allowlist check
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AllowType
impl RefUnwindSafe for AllowType
impl Send for AllowType
impl Sync for AllowType
impl Unpin for AllowType
impl UnwindSafe for AllowType
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