pub struct LoggingInfo {
pub client: ClientLoggingInfo,
}
Expand description
Information about the logging configuration
Fields§
§client: ClientLoggingInfo
Logging in the client
Trait Implementations§
Source§impl Clone for LoggingInfo
impl Clone for LoggingInfo
Source§fn clone(&self) -> LoggingInfo
fn clone(&self) -> LoggingInfo
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for LoggingInfo
impl Debug for LoggingInfo
Source§impl<'de> Deserialize<'de> for LoggingInfo
impl<'de> Deserialize<'de> for LoggingInfo
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 LoggingInfo
impl RefUnwindSafe for LoggingInfo
impl Send for LoggingInfo
impl Sync for LoggingInfo
impl Unpin for LoggingInfo
impl UnwindSafe for LoggingInfo
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