pub enum TrailingComma {
ALL,
OBJECTS,
ARRAYS,
NONE,
}
Variants§
Auto Trait Implementations§
impl Freeze for TrailingComma
impl RefUnwindSafe for TrailingComma
impl Send for TrailingComma
impl Sync for TrailingComma
impl Unpin for TrailingComma
impl UnwindSafe for TrailingComma
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