pub enum FormatArg {
String(String),
StringSchema(StringSchema),
Integer(i32),
Number(f64),
Reference(Reference),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FormatArg
impl RefUnwindSafe for FormatArg
impl Send for FormatArg
impl Sync for FormatArg
impl Unpin for FormatArg
impl UnwindSafe for FormatArg
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