pub enum AuthorExclusionLocatorTamper {
Missing,
ExclusionReference,
AcceptedCut,
ActivationCommit,
ActivationHead,
}Variants§
Trait Implementations§
Source§impl Clone for AuthorExclusionLocatorTamper
impl Clone for AuthorExclusionLocatorTamper
Source§fn clone(&self) -> AuthorExclusionLocatorTamper
fn clone(&self) -> AuthorExclusionLocatorTamper
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 AuthorExclusionLocatorTamper
impl Debug for AuthorExclusionLocatorTamper
impl Copy for AuthorExclusionLocatorTamper
Auto Trait Implementations§
impl Freeze for AuthorExclusionLocatorTamper
impl RefUnwindSafe for AuthorExclusionLocatorTamper
impl Send for AuthorExclusionLocatorTamper
impl Sync for AuthorExclusionLocatorTamper
impl Unpin for AuthorExclusionLocatorTamper
impl UnsafeUnpin for AuthorExclusionLocatorTamper
impl UnwindSafe for AuthorExclusionLocatorTamper
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