pub struct BufferMap<'scope, 'env: 'scope, T, C: Context> { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl<'scope, 'env, T, C> RefUnwindSafe for BufferMap<'scope, 'env, T, C>where C: RefUnwindSafe, T: RefUnwindSafe,
impl<'scope, 'env, T, C> !Send for BufferMap<'scope, 'env, T, C>
impl<'scope, 'env, T, C> !Sync for BufferMap<'scope, 'env, T, C>
impl<'scope, 'env, T, C> Unpin for BufferMap<'scope, 'env, T, C>
impl<'scope, 'env, T, C> !UnwindSafe for BufferMap<'scope, 'env, T, C>
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