pub struct ExplainStatusParams {
pub method: String,
}Expand description
Request: explain the status of a method
Fields§
§method: StringTrait Implementations§
Source§impl Clone for ExplainStatusParams
impl Clone for ExplainStatusParams
Source§fn clone(&self) -> ExplainStatusParams
fn clone(&self) -> ExplainStatusParams
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 ExplainStatusParams
impl Debug for ExplainStatusParams
Source§impl<'de> Deserialize<'de> for ExplainStatusParams
impl<'de> Deserialize<'de> for ExplainStatusParams
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 ExplainStatusParams
impl RefUnwindSafe for ExplainStatusParams
impl Send for ExplainStatusParams
impl Sync for ExplainStatusParams
impl Unpin for ExplainStatusParams
impl UnsafeUnpin for ExplainStatusParams
impl UnwindSafe for ExplainStatusParams
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