pub struct AssertionId(pub String);Expand description
Stable assertion identifier.
Tuple Fields§
§0: StringImplementations§
Trait Implementations§
Source§impl Clone for AssertionId
impl Clone for AssertionId
Source§fn clone(&self) -> AssertionId
fn clone(&self) -> AssertionId
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 AssertionId
impl Debug for AssertionId
Source§impl<'de> Deserialize<'de> for AssertionId
impl<'de> Deserialize<'de> for AssertionId
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 AssertionId
Source§impl From<&str> for AssertionId
impl From<&str> for AssertionId
Source§impl From<String> for AssertionId
impl From<String> for AssertionId
Source§impl Hash for AssertionId
impl Hash for AssertionId
Source§impl PartialEq for AssertionId
impl PartialEq for AssertionId
Source§impl Serialize for AssertionId
impl Serialize for AssertionId
impl StructuralPartialEq for AssertionId
Auto Trait Implementations§
impl Freeze for AssertionId
impl RefUnwindSafe for AssertionId
impl Send for AssertionId
impl Sync for AssertionId
impl Unpin for AssertionId
impl UnsafeUnpin for AssertionId
impl UnwindSafe for AssertionId
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