pub struct LogLevelSetResponse {}Expand description
Log level set response - MCP 2025-06-18 compliant
Implementations§
Source§impl LogLevelSetResponse
impl LogLevelSetResponse
pub fn new() -> LogLevelSetResponse
Trait Implementations§
Source§impl Clone for LogLevelSetResponse
impl Clone for LogLevelSetResponse
Source§fn clone(&self) -> LogLevelSetResponse
fn clone(&self) -> LogLevelSetResponse
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 LogLevelSetResponse
impl Debug for LogLevelSetResponse
Source§impl Default for LogLevelSetResponse
impl Default for LogLevelSetResponse
Source§fn default() -> LogLevelSetResponse
fn default() -> LogLevelSetResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LogLevelSetResponse
impl<'de> Deserialize<'de> for LogLevelSetResponse
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<LogLevelSetResponse, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<LogLevelSetResponse, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for LogLevelSetResponse
impl Serialize for LogLevelSetResponse
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 LogLevelSetResponse
impl RefUnwindSafe for LogLevelSetResponse
impl Send for LogLevelSetResponse
impl Sync for LogLevelSetResponse
impl Unpin for LogLevelSetResponse
impl UnwindSafe for LogLevelSetResponse
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