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