pub struct ConfigureLoggingInput {
pub log_level: LogLevel,
pub system_logs_level: LogLevel,
pub destination: Destination,
}Fields§
§log_level: LogLevel§system_logs_level: LogLevel§destination: DestinationTrait Implementations§
Source§impl Clone for ConfigureLoggingInput
impl Clone for ConfigureLoggingInput
Source§fn clone(&self) -> ConfigureLoggingInput
fn clone(&self) -> ConfigureLoggingInput
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 moreAuto Trait Implementations§
impl Freeze for ConfigureLoggingInput
impl RefUnwindSafe for ConfigureLoggingInput
impl Send for ConfigureLoggingInput
impl Sync for ConfigureLoggingInput
impl Unpin for ConfigureLoggingInput
impl UnwindSafe for ConfigureLoggingInput
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