pub struct IteratorToStringHandle { /* private fields */ }
Expand description
Builder for the IteratorToStringHandle
operation.
Implementations§
Trait Implementations§
Source§impl Debug for IteratorToStringHandle
impl Debug for IteratorToStringHandle
Source§impl Default for IteratorToStringHandle
impl Default for IteratorToStringHandle
Source§fn default() -> IteratorToStringHandle
fn default() -> IteratorToStringHandle
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for IteratorToStringHandle
impl RefUnwindSafe for IteratorToStringHandle
impl Send for IteratorToStringHandle
impl Sync for IteratorToStringHandle
impl Unpin for IteratorToStringHandle
impl UnwindSafe for IteratorToStringHandle
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