pub struct ExplainInput {
pub label: String,
pub path: Path,
pub value: Option<Value>,
pub origin: ExplainOrigin,
pub masked: bool,
}Fields§
§label: String§path: Path§value: Option<Value>§origin: ExplainOrigin§masked: boolTrait Implementations§
Source§impl Clone for ExplainInput
impl Clone for ExplainInput
Source§fn clone(&self) -> ExplainInput
fn clone(&self) -> ExplainInput
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 ExplainInput
impl Debug for ExplainInput
Source§impl PartialEq for ExplainInput
impl PartialEq for ExplainInput
impl StructuralPartialEq for ExplainInput
Auto Trait Implementations§
impl Freeze for ExplainInput
impl RefUnwindSafe for ExplainInput
impl Send for ExplainInput
impl Sync for ExplainInput
impl Unpin for ExplainInput
impl UnsafeUnpin for ExplainInput
impl UnwindSafe for ExplainInput
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