pub struct SetLoggingLevelParams {
pub level: LoggingLevel,
pub meta: Option<HashMap<String, Value>>,
}
Expand description
Parameters for logging level set request
Fieldsยง
ยงlevel: LoggingLevel
Logging level to set
meta: Option<HashMap<String, Value>>
Request metadata
Trait Implementationsยง
Sourceยงimpl Clone for SetLoggingLevelParams
impl Clone for SetLoggingLevelParams
Sourceยงfn clone(&self) -> SetLoggingLevelParams
fn clone(&self) -> SetLoggingLevelParams
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 SetLoggingLevelParams
impl Debug for SetLoggingLevelParams
Sourceยงimpl<'de> Deserialize<'de> for SetLoggingLevelParams
impl<'de> Deserialize<'de> for SetLoggingLevelParams
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 SetLoggingLevelParams
impl PartialEq for SetLoggingLevelParams
Sourceยงimpl Serialize for SetLoggingLevelParams
impl Serialize for SetLoggingLevelParams
impl StructuralPartialEq for SetLoggingLevelParams
Auto Trait Implementationsยง
impl Freeze for SetLoggingLevelParams
impl RefUnwindSafe for SetLoggingLevelParams
impl Send for SetLoggingLevelParams
impl Sync for SetLoggingLevelParams
impl Unpin for SetLoggingLevelParams
impl UnwindSafe for SetLoggingLevelParams
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