pub struct StringCache {}Trait Implementations§
Source§impl Clone for StringCache
impl Clone for StringCache
Source§fn clone(&self) -> StringCache
fn clone(&self) -> StringCache
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StringCache
impl Debug for StringCache
Source§impl Default for StringCache
impl Default for StringCache
Source§fn default() -> StringCache
fn default() -> StringCache
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StringCache
impl RefUnwindSafe for StringCache
impl Send for StringCache
impl Sync for StringCache
impl Unpin for StringCache
impl UnwindSafe for StringCache
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