pub struct ParamIdentity {
pub root: String,
pub key: String,
}Expand description
Builder-root + parameter-key identity for gradient facts.
Fields§
§root: StringBuilder root namespace (e.g. vb), matching static analysis roots.
key: StringParameter key under that root.
Trait Implementations§
Source§impl Clone for ParamIdentity
impl Clone for ParamIdentity
Source§fn clone(&self) -> ParamIdentity
fn clone(&self) -> ParamIdentity
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 ParamIdentity
impl Debug for ParamIdentity
Source§impl<'de> Deserialize<'de> for ParamIdentity
impl<'de> Deserialize<'de> for ParamIdentity
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
impl Eq for ParamIdentity
Source§impl Hash for ParamIdentity
impl Hash for ParamIdentity
Source§impl Ord for ParamIdentity
impl Ord for ParamIdentity
Source§fn cmp(&self, other: &ParamIdentity) -> Ordering
fn cmp(&self, other: &ParamIdentity) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ParamIdentity
impl PartialEq for ParamIdentity
Source§impl PartialOrd for ParamIdentity
impl PartialOrd for ParamIdentity
Source§impl Serialize for ParamIdentity
impl Serialize for ParamIdentity
impl StructuralPartialEq for ParamIdentity
Auto Trait Implementations§
impl Freeze for ParamIdentity
impl RefUnwindSafe for ParamIdentity
impl Send for ParamIdentity
impl Sync for ParamIdentity
impl Unpin for ParamIdentity
impl UnsafeUnpin for ParamIdentity
impl UnwindSafe for ParamIdentity
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