pub struct Symbol<'input> { /* private fields */ }
Expand description
A symbol.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'input> Freeze for Symbol<'input>
impl<'input> RefUnwindSafe for Symbol<'input>
impl<'input> Send for Symbol<'input>
impl<'input> Sync for Symbol<'input>
impl<'input> Unpin for Symbol<'input>
impl<'input> UnwindSafe for Symbol<'input>
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