pub enum RemovalMode {
All,
InlineOnly,
ReferencesOnly,
}Expand description
Mode for handling different citation styles
Variants§
All
Remove all citation types
InlineOnly
Remove only inline citations, keep reference lists
ReferencesOnly
Remove only reference lists, keep inline citations
Trait Implementations§
Source§impl Clone for RemovalMode
impl Clone for RemovalMode
Source§fn clone(&self) -> RemovalMode
fn clone(&self) -> RemovalMode
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 RemovalMode
impl Debug for RemovalMode
Source§impl PartialEq for RemovalMode
impl PartialEq for RemovalMode
impl Copy for RemovalMode
impl Eq for RemovalMode
impl StructuralPartialEq for RemovalMode
Auto Trait Implementations§
impl Freeze for RemovalMode
impl RefUnwindSafe for RemovalMode
impl Send for RemovalMode
impl Sync for RemovalMode
impl Unpin for RemovalMode
impl UnwindSafe for RemovalMode
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