pub struct MakeString<'closure, const INLINE_SIZE: usize = { $crate::DEFAULT_INLINE_SIZE }> { /* private fields */ }
Implementations§
Source§impl<'closure, const INLINE_SIZE: usize> MakeString<'closure, INLINE_SIZE>
impl<'closure, const INLINE_SIZE: usize> MakeString<'closure, INLINE_SIZE>
Auto Trait Implementations§
impl<'closure, const INLINE_SIZE: usize> Freeze for MakeString<'closure, INLINE_SIZE>
impl<'closure, const INLINE_SIZE: usize = { $crate::DEFAULT_INLINE_SIZE }> !RefUnwindSafe for MakeString<'closure, INLINE_SIZE>
impl<'closure, const INLINE_SIZE: usize = { $crate::DEFAULT_INLINE_SIZE }> !Send for MakeString<'closure, INLINE_SIZE>
impl<'closure, const INLINE_SIZE: usize = { $crate::DEFAULT_INLINE_SIZE }> !Sync for MakeString<'closure, INLINE_SIZE>
impl<'closure, const INLINE_SIZE: usize> Unpin for MakeString<'closure, INLINE_SIZE>
impl<'closure, const INLINE_SIZE: usize = { $crate::DEFAULT_INLINE_SIZE }> !UnwindSafe for MakeString<'closure, INLINE_SIZE>
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