pub struct TrailingCommaStrategy;Trait Implementations§
Source§impl Debug for TrailingCommaStrategy
impl Debug for TrailingCommaStrategy
Auto Trait Implementations§
impl Freeze for TrailingCommaStrategy
impl RefUnwindSafe for TrailingCommaStrategy
impl Send for TrailingCommaStrategy
impl Sync for TrailingCommaStrategy
impl Unpin for TrailingCommaStrategy
impl UnwindSafe for TrailingCommaStrategy
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