Struct ba2::tes4::DirectoryKey
source · pub struct DirectoryKey<'bytes> { /* private fields */ }
Expand description
A key for indexing into the relevant mapping.
Implementations§
Trait Implementations§
source§impl<'bytes> Ord for Key<'bytes>
impl<'bytes> Ord for Key<'bytes>
source§impl<'bytes> PartialEq for Key<'bytes>
impl<'bytes> PartialEq for Key<'bytes>
source§impl<'bytes> PartialOrd for Key<'bytes>
impl<'bytes> PartialOrd for Key<'bytes>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl<'bytes> Eq for Key<'bytes>
Auto Trait Implementations§
impl<'bytes> RefUnwindSafe for Key<'bytes>
impl<'bytes> Send for Key<'bytes>
impl<'bytes> Sync for Key<'bytes>
impl<'bytes> Unpin for Key<'bytes>
impl<'bytes> UnwindSafe for Key<'bytes>
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