pub struct ServiceLogging {
pub driver: Option<String>,
pub options: BTreeMap<OptsKey, OptNumOrStr>,
}
Fields§
§driver: Option<String>
§options: BTreeMap<OptsKey, OptNumOrStr>
Trait Implementations§
Source§impl Clone for ServiceLogging
impl Clone for ServiceLogging
Source§fn clone(&self) -> ServiceLogging
fn clone(&self) -> ServiceLogging
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 ServiceLogging
impl Debug for ServiceLogging
Source§impl<'de> Deserialize<'de> for ServiceLogging
impl<'de> Deserialize<'de> for ServiceLogging
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 ServiceLogging
impl PartialEq for ServiceLogging
Source§impl PartialOrd for ServiceLogging
impl PartialOrd for ServiceLogging
Source§impl Serialize for ServiceLogging
impl Serialize for ServiceLogging
impl StructuralPartialEq for ServiceLogging
Auto Trait Implementations§
impl Freeze for ServiceLogging
impl RefUnwindSafe for ServiceLogging
impl Send for ServiceLogging
impl Sync for ServiceLogging
impl Unpin for ServiceLogging
impl UnwindSafe for ServiceLogging
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