Struct wasm_bindgen_backend::util::ShortHash [−][src]
pub struct ShortHash<T>(pub T);
Small utility used when generating symbol names.
Hashes the public field here along with a few cargo-set env vars to distinguish between runs of the procedural macro.
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for ShortHash<T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
impl<T> Send for ShortHash<T> where
T: Send,
T: Send,
impl<T> Sync for ShortHash<T> where
T: Sync,
T: Sync,
impl<T> Unpin for ShortHash<T> where
T: Unpin,
T: Unpin,
impl<T> UnwindSafe for ShortHash<T> where
T: UnwindSafe,
T: UnwindSafe,
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more