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