pub enum CopyrightIdentificationStart {
Start,
Other,
}
Variants§
Trait Implementations§
Source§impl Debug for CopyrightIdentificationStart
impl Debug for CopyrightIdentificationStart
Source§impl PartialEq for CopyrightIdentificationStart
impl PartialEq for CopyrightIdentificationStart
Source§fn eq(&self, other: &CopyrightIdentificationStart) -> bool
fn eq(&self, other: &CopyrightIdentificationStart) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for CopyrightIdentificationStart
Auto Trait Implementations§
impl Freeze for CopyrightIdentificationStart
impl RefUnwindSafe for CopyrightIdentificationStart
impl Send for CopyrightIdentificationStart
impl Sync for CopyrightIdentificationStart
impl Unpin for CopyrightIdentificationStart
impl UnwindSafe for CopyrightIdentificationStart
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