Struct tiny_fn::example::MakeString
source · [−]#[repr(transparent)]pub struct MakeString<'closure, const INLINE_SIZE: usize = { $crate::DEFAULT_INLINE_SIZE }> { /* private fields */ }Implementations
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more