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