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