pub struct StringBackend { /* private fields */ }Expand description
Backend for strings
Trait Implementations§
Source§impl Backend<str> for StringBackend
impl Backend<str> for StringBackend
Source§impl Default for StringBackend
impl Default for StringBackend
Source§fn default() -> StringBackend
fn default() -> StringBackend
Returns the “default value” for a type. Read more
Source§impl<T> Internable<str, StringBackend> for T
impl<T> Internable<str, StringBackend> for T
fn intern_into(&self, b: &mut StringBackend) -> Symbol
Auto Trait Implementations§
impl Freeze for StringBackend
impl RefUnwindSafe for StringBackend
impl Send for StringBackend
impl Sync for StringBackend
impl Unpin for StringBackend
impl UnwindSafe for StringBackend
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