pub struct ConcatFold;Expand description
Simple concatenation fold function.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ConcatFold
impl RefUnwindSafe for ConcatFold
impl Send for ConcatFold
impl Sync for ConcatFold
impl Unpin for ConcatFold
impl UnsafeUnpin for ConcatFold
impl UnwindSafe for ConcatFold
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