pub struct VerifyLawSpecRef {
pub spec_fn_name: String,
}Fields§
§spec_fn_name: StringTrait Implementations§
Source§impl Clone for VerifyLawSpecRef
impl Clone for VerifyLawSpecRef
Source§fn clone(&self) -> VerifyLawSpecRef
fn clone(&self) -> VerifyLawSpecRef
Returns a duplicate of the value. Read more
1.0.0 · 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 VerifyLawSpecRef
impl Debug for VerifyLawSpecRef
Source§impl PartialEq for VerifyLawSpecRef
impl PartialEq for VerifyLawSpecRef
impl Eq for VerifyLawSpecRef
impl StructuralPartialEq for VerifyLawSpecRef
Auto Trait Implementations§
impl Freeze for VerifyLawSpecRef
impl RefUnwindSafe for VerifyLawSpecRef
impl Send for VerifyLawSpecRef
impl Sync for VerifyLawSpecRef
impl Unpin for VerifyLawSpecRef
impl UnsafeUnpin for VerifyLawSpecRef
impl UnwindSafe for VerifyLawSpecRef
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.