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