Struct polars_core::IUseStringCache
source · [−]pub struct IUseStringCache {}
Expand description
RAII for the string cache
Implementations
sourceimpl IUseStringCache
impl IUseStringCache
sourcepub fn new() -> IUseStringCache
pub fn new() -> IUseStringCache
Hold the StringCache
Trait Implementations
sourceimpl Default for IUseStringCache
impl Default for IUseStringCache
Auto Trait Implementations
impl RefUnwindSafe for IUseStringCache
impl Send for IUseStringCache
impl Sync for IUseStringCache
impl Unpin for IUseStringCache
impl UnwindSafe for IUseStringCache
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more