pub struct WithTailLen<T: ?Sized, A: Allocator> { /* private fields */ }Expand description
Tail + len caching mode (single-thread oriented).
Trait Implementations§
Auto Trait Implementations§
impl<T, A> !Freeze for WithTailLen<T, A>
impl<T, A> !RefUnwindSafe for WithTailLen<T, A>
impl<T, A> !Send for WithTailLen<T, A>
impl<T, A> !Sync for WithTailLen<T, A>
impl<T, A> Unpin for WithTailLen<T, A>where
T: ?Sized,
impl<T, A> !UnwindSafe for WithTailLen<T, A>
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