pub struct XmlRules { /* private fields */ }Implementations§
Trait Implementations§
Source§impl RulesetImpl for XmlRules
impl RulesetImpl for XmlRules
fn get_document_memory_limit(&self) -> usize
fn get_cache_memory_limit(&self) -> usize
fn get_initial_embedded_content(&self) -> &str
fn get_close_sequence_from_contentless_tag(&self, tag: &str) -> Option<&str>
fn get_contentless_tag_from_close_sequence(&self, tag: &str) -> Option<&str>
fn tag_is_prefix_of_contentless_el(&self, tag: &str) -> Option<&str>
fn get_close_sequence_from_alt_text_tag(&self, _tag: &str) -> Option<&str>
fn get_alt_text_tag_from_close_sequence(&self, _tag: &str) -> Option<&str>
fn respect_indentation(&self) -> bool
fn tag_is_banned_el(&self, _tag: &str) -> bool
fn tag_is_void_el(&self, _tag: &str) -> bool
fn tag_is_embedded_content_el(&self, _tag: &str) -> bool
fn tag_is_preformatted_text_el(&self, tag: &str) -> bool
fn tag_is_inline_el(&self, _tag: &str) -> bool
Auto Trait Implementations§
impl Freeze for XmlRules
impl RefUnwindSafe for XmlRules
impl Send for XmlRules
impl Sync for XmlRules
impl Unpin for XmlRules
impl UnwindSafe for XmlRules
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