pub struct Inline<const N: usize> { /* private fields */ }Expand description
Inline/array-ful storage
Implementations§
Trait Implementations§
impl<const N: usize> Sync for Inline<N>
Auto Trait Implementations§
impl<const N: usize> !Freeze for Inline<N>
impl<const N: usize> !RefUnwindSafe for Inline<N>
impl<const N: usize> Send for Inline<N>
impl<const N: usize> Unpin for Inline<N>
impl<const N: usize> UnwindSafe for Inline<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