pub struct MddOrdinalKey {
pub ordinal: KeyOrdinal,
pub key: String,
}Expand description
A decoded MDD key with its stable ordinal.
Fields§
§ordinal: KeyOrdinal§key: StringTrait Implementations§
Source§impl Clone for MddOrdinalKey
impl Clone for MddOrdinalKey
Source§fn clone(&self) -> MddOrdinalKey
fn clone(&self) -> MddOrdinalKey
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 MddOrdinalKey
impl Debug for MddOrdinalKey
impl Eq for MddOrdinalKey
Source§impl PartialEq for MddOrdinalKey
impl PartialEq for MddOrdinalKey
Source§fn eq(&self, other: &MddOrdinalKey) -> bool
fn eq(&self, other: &MddOrdinalKey) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MddOrdinalKey
Auto Trait Implementations§
impl Freeze for MddOrdinalKey
impl RefUnwindSafe for MddOrdinalKey
impl Send for MddOrdinalKey
impl Sync for MddOrdinalKey
impl Unpin for MddOrdinalKey
impl UnsafeUnpin for MddOrdinalKey
impl UnwindSafe for MddOrdinalKey
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