pub struct ParamEntry {
pub key: String,
pub root: String,
pub kind: String,
pub certainty: String,
pub source: String,
}Expand description
One parameter in canonical form.
Fields§
§key: String§root: String§kind: String§certainty: String§source: StringTrait Implementations§
Source§impl Clone for ParamEntry
impl Clone for ParamEntry
Source§fn clone(&self) -> ParamEntry
fn clone(&self) -> ParamEntry
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 ParamEntry
impl Debug for ParamEntry
impl Eq for ParamEntry
Source§impl PartialEq for ParamEntry
impl PartialEq for ParamEntry
impl StructuralPartialEq for ParamEntry
Auto Trait Implementations§
impl Freeze for ParamEntry
impl RefUnwindSafe for ParamEntry
impl Send for ParamEntry
impl Sync for ParamEntry
impl Unpin for ParamEntry
impl UnsafeUnpin for ParamEntry
impl UnwindSafe for ParamEntry
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