pub struct CookieHash { /* private fields */ }Auto Trait Implementations§
impl !RefUnwindSafe for CookieHash
impl !UnwindSafe for CookieHash
impl Freeze for CookieHash
impl Send for CookieHash
impl Sync for CookieHash
impl Unpin for CookieHash
impl UnsafeUnpin for CookieHash
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