pub struct ConfigToolOutput {
pub max_bytes: Option<i64>,
pub max_lines: Option<i64>,
}Fields§
§max_bytes: Option<i64>§max_lines: Option<i64>Trait Implementations§
Source§impl Clone for ConfigToolOutput
impl Clone for ConfigToolOutput
Source§fn clone(&self) -> ConfigToolOutput
fn clone(&self) -> ConfigToolOutput
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 ConfigToolOutput
impl Debug for ConfigToolOutput
Source§impl<'de> Deserialize<'de> for ConfigToolOutput
impl<'de> Deserialize<'de> for ConfigToolOutput
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
Source§impl PartialEq for ConfigToolOutput
impl PartialEq for ConfigToolOutput
Source§impl Serialize for ConfigToolOutput
impl Serialize for ConfigToolOutput
impl StructuralPartialEq for ConfigToolOutput
Auto Trait Implementations§
impl Freeze for ConfigToolOutput
impl RefUnwindSafe for ConfigToolOutput
impl Send for ConfigToolOutput
impl Sync for ConfigToolOutput
impl Unpin for ConfigToolOutput
impl UnsafeUnpin for ConfigToolOutput
impl UnwindSafe for ConfigToolOutput
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