#[repr(C)]pub struct RHash { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RHash
impl RefUnwindSafe for RHash
impl Send for RHash
impl Sync for RHash
impl Unpin for RHash
impl UnwindSafe for RHash
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