pub struct RsKey { /* private fields */ }Implementations§
Trait Implementations§
impl Eq for RsKey
Source§impl Ord for RsKey
impl Ord for RsKey
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 RsKey
impl PartialOrd for RsKey
impl StructuralPartialEq for RsKey
Auto Trait Implementations§
impl Freeze for RsKey
impl RefUnwindSafe for RsKey
impl Send for RsKey
impl Sync for RsKey
impl Unpin for RsKey
impl UnsafeUnpin for RsKey
impl UnwindSafe for RsKey
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