pub struct Char<'s>(pub &'s str);Tuple Fields§
§0: &'s strTrait Implementations§
impl<'s> StructuralPartialEq for Char<'s>
Auto Trait Implementations§
impl<'s> Freeze for Char<'s>
impl<'s> RefUnwindSafe for Char<'s>
impl<'s> Send for Char<'s>
impl<'s> Sync for Char<'s>
impl<'s> Unpin for Char<'s>
impl<'s> UnwindSafe for Char<'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