pub struct SiteShellOutputHasher(/* private fields */);Expand description
Streaming, domain-separated identity for sorted pre-injection shell pages.
Implementations§
Auto Trait Implementations§
impl Freeze for SiteShellOutputHasher
impl RefUnwindSafe for SiteShellOutputHasher
impl Send for SiteShellOutputHasher
impl Sync for SiteShellOutputHasher
impl Unpin for SiteShellOutputHasher
impl UnsafeUnpin for SiteShellOutputHasher
impl UnwindSafe for SiteShellOutputHasher
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