pub struct InstrumentConfigurations {
pub instrument_configuration: InstrumentConfiguration,
pub var_name: Option<String>,
}Fields§
§instrument_configuration: InstrumentConfiguration§var_name: Option<String>Trait Implementations§
Source§impl Debug for InstrumentConfigurations
impl Debug for InstrumentConfigurations
Source§impl<'de> Deserialize<'de> for InstrumentConfigurations
impl<'de> Deserialize<'de> for InstrumentConfigurations
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 InstrumentConfigurations
impl RefUnwindSafe for InstrumentConfigurations
impl Send for InstrumentConfigurations
impl Sync for InstrumentConfigurations
impl Unpin for InstrumentConfigurations
impl UnwindSafe for InstrumentConfigurations
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