#[repr(u16)]pub enum OwnersBlockFormat {
LocalIndex,
}
Variants§
LocalIndex
Trait Implementations§
source§impl Clone for OwnersBlockFormat
impl Clone for OwnersBlockFormat
source§fn clone(&self) -> OwnersBlockFormat
fn clone(&self) -> OwnersBlockFormat
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 OwnersBlockFormat
impl Debug for OwnersBlockFormat
source§impl Default for OwnersBlockFormat
impl Default for OwnersBlockFormat
source§fn default() -> OwnersBlockFormat
fn default() -> OwnersBlockFormat
Returns the “default value” for a type. Read more
source§impl From<OwnersBlockFormat> for u16
impl From<OwnersBlockFormat> for u16
source§fn from(enum_value: OwnersBlockFormat) -> Self
fn from(enum_value: OwnersBlockFormat) -> Self
Converts to this type from the input type.
source§impl Hash for OwnersBlockFormat
impl Hash for OwnersBlockFormat
source§impl PartialEq<OwnersBlockFormat> for OwnersBlockFormat
impl PartialEq<OwnersBlockFormat> for OwnersBlockFormat
source§fn eq(&self, other: &OwnersBlockFormat) -> bool
fn eq(&self, other: &OwnersBlockFormat) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl TryFrom<u16> for OwnersBlockFormat
impl TryFrom<u16> for OwnersBlockFormat
§type Error = TryFromPrimitiveError<OwnersBlockFormat>
type Error = TryFromPrimitiveError<OwnersBlockFormat>
The type returned in the event of a conversion error.
source§impl TryFromPrimitive for OwnersBlockFormat
impl TryFromPrimitive for OwnersBlockFormat
impl Copy for OwnersBlockFormat
impl Eq for OwnersBlockFormat
impl StructuralEq for OwnersBlockFormat
impl StructuralPartialEq for OwnersBlockFormat
Auto Trait Implementations§
impl RefUnwindSafe for OwnersBlockFormat
impl Send for OwnersBlockFormat
impl Sync for OwnersBlockFormat
impl Unpin for OwnersBlockFormat
impl UnwindSafe for OwnersBlockFormat
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
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.