pub struct FieldKey(/* private fields */);Implementations§
Source§impl FieldKey
impl FieldKey
pub const ACL: Self
pub const BTM: Self
pub const CKS: Self
pub const CLC: Self
pub const CTM: Self
pub const DAT: Self
pub const DEV: Self
pub const DE2: Self
pub const DUZ: Self
pub const FLG: Self
pub const GID: Self
pub const GIN: Self
pub const HLC: Self
pub const IDX: Self
pub const IDZ: Self
pub const INO: Self
pub const LNK: Self
pub const MOD: Self
pub const MTM: Self
pub const NLK: Self
pub const PAT: Self
pub const SH1: Self
pub const SH2: Self
pub const SH3: Self
pub const SH5: Self
pub const SIZ: Self
pub const SLC: Self
pub const TYP: Self
pub const UID: Self
pub const UIN: Self
pub const XAT: Self
pub const YAF: Self
pub const fn from_bytes(bytes: [u8; 3]) -> Self
pub fn parse(value: &str) -> Result<Self>
pub const fn raw(self) -> u32
pub const fn as_bytes(self) -> [u8; 3]
pub fn as_string(self) -> String
Trait Implementations§
Source§impl Ord for FieldKey
impl Ord for FieldKey
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for FieldKey
impl PartialOrd for FieldKey
impl Copy for FieldKey
impl Eq for FieldKey
impl StructuralPartialEq for FieldKey
Auto Trait Implementations§
impl Freeze for FieldKey
impl RefUnwindSafe for FieldKey
impl Send for FieldKey
impl Sync for FieldKey
impl Unpin for FieldKey
impl UnsafeUnpin for FieldKey
impl UnwindSafe for FieldKey
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