pub struct Symbol<const CASE_SENSITIVE: bool>(/* private fields */);
Implementations§
Trait Implementations§
impl<const CASE_SENSITIVE: bool> Copy for Symbol<CASE_SENSITIVE>
impl<const CASE_SENSITIVE: bool> Eq for Symbol<CASE_SENSITIVE>
impl<const CASE_SENSITIVE: bool> StructuralPartialEq for Symbol<CASE_SENSITIVE>
Auto Trait Implementations§
impl<const CASE_SENSITIVE: bool> Freeze for Symbol<CASE_SENSITIVE>
impl<const CASE_SENSITIVE: bool> RefUnwindSafe for Symbol<CASE_SENSITIVE>
impl<const CASE_SENSITIVE: bool> Send for Symbol<CASE_SENSITIVE>
impl<const CASE_SENSITIVE: bool> Sync for Symbol<CASE_SENSITIVE>
impl<const CASE_SENSITIVE: bool> Unpin for Symbol<CASE_SENSITIVE>
impl<const CASE_SENSITIVE: bool> UnwindSafe for Symbol<CASE_SENSITIVE>
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