pub struct RewriteOptions(/* private fields */);Implementations§
Source§impl RewriteOptions
impl RewriteOptions
pub fn from_context( context: &HtmlPreprocessorContext, ) -> Result<Self, AppDiagnostic>
Trait Implementations§
Source§impl Clone for RewriteOptions
impl Clone for RewriteOptions
Source§fn clone(&self) -> RewriteOptions
fn clone(&self) -> RewriteOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RewriteOptions
Source§impl Debug for RewriteOptions
impl Debug for RewriteOptions
impl Eq for RewriteOptions
Source§impl PartialEq for RewriteOptions
impl PartialEq for RewriteOptions
impl StructuralPartialEq for RewriteOptions
Auto Trait Implementations§
impl Freeze for RewriteOptions
impl RefUnwindSafe for RewriteOptions
impl Send for RewriteOptions
impl Sync for RewriteOptions
impl Unpin for RewriteOptions
impl UnsafeUnpin for RewriteOptions
impl UnwindSafe for RewriteOptions
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
Source§impl<T> BorrowUnordered for T
impl<T> BorrowUnordered for T
fn as_unordered(&self) -> &Unordered<T>
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
fn equivalent(&self, key: &K) -> bool
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.