pub struct ConstraintValuePath { /* private fields */ }Expand description
ConstraintValuePath
Bounded typed path to the first deterministic failing value occurrence.
Implementations§
Source§impl ConstraintValuePath
impl ConstraintValuePath
Sourcepub const fn components(&self) -> &[ConstraintValuePathComponent]
pub const fn components(&self) -> &[ConstraintValuePathComponent]
Borrow the stable accepted components.
Trait Implementations§
Source§impl CandidType for ConstraintValuePath
impl CandidType for ConstraintValuePath
Source§impl Clone for ConstraintValuePath
impl Clone for ConstraintValuePath
Source§fn clone(&self) -> ConstraintValuePath
fn clone(&self) -> ConstraintValuePath
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 ConstraintValuePath
impl Debug for ConstraintValuePath
Source§impl<'de> Deserialize<'de> for ConstraintValuePath
impl<'de> Deserialize<'de> for ConstraintValuePath
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 Display for ConstraintValuePath
impl Display for ConstraintValuePath
impl Eq for ConstraintValuePath
Source§impl PartialEq for ConstraintValuePath
impl PartialEq for ConstraintValuePath
impl StructuralPartialEq for ConstraintValuePath
Auto Trait Implementations§
impl Freeze for ConstraintValuePath
impl RefUnwindSafe for ConstraintValuePath
impl Send for ConstraintValuePath
impl Sync for ConstraintValuePath
impl Unpin for ConstraintValuePath
impl UnsafeUnpin for ConstraintValuePath
impl UnwindSafe for ConstraintValuePath
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