pub struct LoggingSetLevelResponse {
pub meta: ResponseMetadata,
}Expand description
Logging configuration response
Fields§
§meta: ResponseMetadataMetadata for the response
Trait Implementations§
Source§impl Clone for LoggingSetLevelResponse
impl Clone for LoggingSetLevelResponse
Source§fn clone(&self) -> LoggingSetLevelResponse
fn clone(&self) -> LoggingSetLevelResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 LoggingSetLevelResponse
impl Debug for LoggingSetLevelResponse
Source§impl<'de> Deserialize<'de> for LoggingSetLevelResponse
impl<'de> Deserialize<'de> for LoggingSetLevelResponse
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<LoggingSetLevelResponse, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<LoggingSetLevelResponse, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for LoggingSetLevelResponse
impl Serialize for LoggingSetLevelResponse
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
Auto Trait Implementations§
impl Freeze for LoggingSetLevelResponse
impl RefUnwindSafe for LoggingSetLevelResponse
impl Send for LoggingSetLevelResponse
impl Sync for LoggingSetLevelResponse
impl Unpin for LoggingSetLevelResponse
impl UnsafeUnpin for LoggingSetLevelResponse
impl UnwindSafe for LoggingSetLevelResponse
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