pub enum ContentTarget {
TextWithLinks,
Attribute(&'static str),
}Expand description
What content to checksum witihin the elements found
Variants§
Trait Implementations§
Source§impl Clone for ContentTarget
impl Clone for ContentTarget
Source§fn clone(&self) -> ContentTarget
fn clone(&self) -> ContentTarget
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ContentTarget
impl Debug for ContentTarget
Auto Trait Implementations§
impl Freeze for ContentTarget
impl RefUnwindSafe for ContentTarget
impl Send for ContentTarget
impl Sync for ContentTarget
impl Unpin for ContentTarget
impl UnwindSafe for ContentTarget
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