pub struct NoneHash;Expand description
Type for URLs that do not have a hash (are unpinned).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoneHash
impl RefUnwindSafe for NoneHash
impl Send for NoneHash
impl Sync for NoneHash
impl Unpin for NoneHash
impl UnwindSafe for NoneHash
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