#[repr(u8)]pub enum BackrefRevision {
Old = 0,
Mixed = 1,
}
Variants§
Trait Implementations§
Source§impl Clone for BackrefRevision
impl Clone for BackrefRevision
Source§fn clone(&self) -> BackrefRevision
fn clone(&self) -> BackrefRevision
Returns a copy 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 BackrefRevision
impl Debug for BackrefRevision
Source§impl From<BackrefRevision> for u8
impl From<BackrefRevision> for u8
Source§fn from(enum_value: BackrefRevision) -> Self
fn from(enum_value: BackrefRevision) -> Self
Converts to this type from the input type.
Source§impl Hash for BackrefRevision
impl Hash for BackrefRevision
Source§impl IntoEnumIterator for BackrefRevision
impl IntoEnumIterator for BackrefRevision
type Iterator = BackrefRevisionIter
fn iter() -> BackrefRevisionIter ⓘ
Source§impl PartialEq for BackrefRevision
impl PartialEq for BackrefRevision
Source§impl TryFrom<u8> for BackrefRevision
impl TryFrom<u8> for BackrefRevision
Source§type Error = TryFromPrimitiveError<BackrefRevision>
type Error = TryFromPrimitiveError<BackrefRevision>
The type returned in the event of a conversion error.
Source§impl TryFromPrimitive for BackrefRevision
impl TryFromPrimitive for BackrefRevision
impl Copy for BackrefRevision
impl StructuralPartialEq for BackrefRevision
Auto Trait Implementations§
impl Freeze for BackrefRevision
impl RefUnwindSafe for BackrefRevision
impl Send for BackrefRevision
impl Sync for BackrefRevision
impl Unpin for BackrefRevision
impl UnwindSafe for BackrefRevision
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