pub struct FmtField {
pub meta: DataType,
pub data_field: DataField,
pub field_fmt: WplFieldFmt,
pub sep: WplSep,
}Fields§
§meta: DataType§data_field: DataField§field_fmt: WplFieldFmt§sep: WplSepImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FmtField
impl RefUnwindSafe for FmtField
impl Send for FmtField
impl Sync for FmtField
impl Unpin for FmtField
impl UnsafeUnpin for FmtField
impl UnwindSafe for FmtField
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