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