pub struct FixedBufIterMut<'a, const N: usize, T: Sized> { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl<'a, const N: usize, T> Freeze for FixedBufIterMut<'a, N, T>
impl<'a, const N: usize, T> RefUnwindSafe for FixedBufIterMut<'a, N, T>where
T: RefUnwindSafe,
impl<'a, const N: usize, T> Send for FixedBufIterMut<'a, N, T>where
T: Send,
impl<'a, const N: usize, T> Sync for FixedBufIterMut<'a, N, T>where
T: Sync,
impl<'a, const N: usize, T> Unpin for FixedBufIterMut<'a, N, T>
impl<'a, const N: usize, T> !UnwindSafe for FixedBufIterMut<'a, N, T>
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