#[non_exhaustive]pub struct Joined;Expand description
Display method that prints each element without any separator.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Joined
impl RefUnwindSafe for Joined
impl Send for Joined
impl Sync for Joined
impl Unpin for Joined
impl UnwindSafe for Joined
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