pub struct FormatDef {
pub format_type: String,
pub include_audit: Option<bool>,
pub include_sources: Option<bool>,
}Fields§
§format_type: String§include_audit: Option<bool>§include_sources: Option<bool>Trait Implementations§
Source§impl<'de> Deserialize<'de> for FormatDef
impl<'de> Deserialize<'de> for FormatDef
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for FormatDef
impl RefUnwindSafe for FormatDef
impl Send for FormatDef
impl Sync for FormatDef
impl Unpin for FormatDef
impl UnwindSafe for FormatDef
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