pub struct LoggingInfo {
pub broker_logs: BrokerLogs,
}Fields§
§broker_logs: BrokerLogsTrait 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§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LoggingInfo
impl Debug for LoggingInfo
Source§impl Default for LoggingInfo
impl Default for LoggingInfo
Source§fn default() -> LoggingInfo
fn default() -> LoggingInfo
Returns the “default value” for a type. Read more
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
Source§impl PartialEq for LoggingInfo
impl PartialEq for LoggingInfo
Source§impl Serialize for LoggingInfo
impl Serialize for LoggingInfo
impl StructuralPartialEq for LoggingInfo
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