pub struct RsKey { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Ord for RsKey
impl Ord for RsKey
Source§impl PartialOrd for RsKey
impl PartialOrd for RsKey
impl Eq 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 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