pub struct InternString;Trait Implementations§
Source§impl ToOwnedString<InternedString> for InternString
impl ToOwnedString<InternedString> for InternString
Auto Trait Implementations§
impl Freeze for InternString
impl RefUnwindSafe for InternString
impl Send for InternString
impl Sync for InternString
impl Unpin for InternString
impl UnwindSafe for InternString
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