pub struct AxSelectorExplainStage {
pub stage: String,
pub before_count: usize,
pub after_count: usize,
}Fields§
§stage: String§before_count: usize§after_count: usizeTrait Implementations§
Source§impl Clone for AxSelectorExplainStage
impl Clone for AxSelectorExplainStage
Source§fn clone(&self) -> AxSelectorExplainStage
fn clone(&self) -> AxSelectorExplainStage
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 AxSelectorExplainStage
impl Debug for AxSelectorExplainStage
Source§impl<'de> Deserialize<'de> for AxSelectorExplainStage
impl<'de> Deserialize<'de> for AxSelectorExplainStage
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 AxSelectorExplainStage
impl PartialEq for AxSelectorExplainStage
Source§impl Serialize for AxSelectorExplainStage
impl Serialize for AxSelectorExplainStage
impl Eq for AxSelectorExplainStage
impl StructuralPartialEq for AxSelectorExplainStage
Auto Trait Implementations§
impl Freeze for AxSelectorExplainStage
impl RefUnwindSafe for AxSelectorExplainStage
impl Send for AxSelectorExplainStage
impl Sync for AxSelectorExplainStage
impl Unpin for AxSelectorExplainStage
impl UnsafeUnpin for AxSelectorExplainStage
impl UnwindSafe for AxSelectorExplainStage
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