pub struct UserOutputConfig {
pub format: OutputFormat,
}Fields§
§format: OutputFormatTrait Implementations§
Source§impl Clone for UserOutputConfig
impl Clone for UserOutputConfig
Source§fn clone(&self) -> UserOutputConfig
fn clone(&self) -> UserOutputConfig
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 UserOutputConfig
impl Debug for UserOutputConfig
Source§impl Default for UserOutputConfig
impl Default for UserOutputConfig
Source§fn default() -> UserOutputConfig
fn default() -> UserOutputConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UserOutputConfig
impl<'de> Deserialize<'de> for UserOutputConfig
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 UserOutputConfig
impl RefUnwindSafe for UserOutputConfig
impl Send for UserOutputConfig
impl Sync for UserOutputConfig
impl Unpin for UserOutputConfig
impl UnsafeUnpin for UserOutputConfig
impl UnwindSafe for UserOutputConfig
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