pub struct Hash<'s> {
pub raw: &'s str,
pub escaped: bool,
}Fields§
§raw: &'s strraw string without beginning # char
escaped: boolTrait Implementations§
impl<'s> StructuralPartialEq for Hash<'s>
Auto Trait Implementations§
impl<'s> Freeze for Hash<'s>
impl<'s> RefUnwindSafe for Hash<'s>
impl<'s> Send for Hash<'s>
impl<'s> Sync for Hash<'s>
impl<'s> Unpin for Hash<'s>
impl<'s> UnsafeUnpin for Hash<'s>
impl<'s> UnwindSafe for Hash<'s>
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