pub struct ExternalFormatterConfig {
pub adjust_indent: bool,
pub commandline: Vec<String>,
}Fields§
§adjust_indent: bool§commandline: Vec<String>Trait Implementations§
Source§impl Clone for ExternalFormatterConfig
impl Clone for ExternalFormatterConfig
Source§fn clone(&self) -> ExternalFormatterConfig
fn clone(&self) -> ExternalFormatterConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ExternalFormatterConfig
impl Debug for ExternalFormatterConfig
Source§impl<'de> Deserialize<'de> for ExternalFormatterConfig
impl<'de> Deserialize<'de> for ExternalFormatterConfig
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 ExternalFormatterConfig
impl RefUnwindSafe for ExternalFormatterConfig
impl Send for ExternalFormatterConfig
impl Sync for ExternalFormatterConfig
impl Unpin for ExternalFormatterConfig
impl UnsafeUnpin for ExternalFormatterConfig
impl UnwindSafe for ExternalFormatterConfig
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