pub struct CascadeSafetyWitnessV0 {
pub pass_id: &'static str,
pub obligation: &'static str,
pub enforced_at: &'static str,
}Fields§
§pass_id: &'static str§obligation: &'static str§enforced_at: &'static strTrait Implementations§
Source§impl Clone for CascadeSafetyWitnessV0
impl Clone for CascadeSafetyWitnessV0
Source§fn clone(&self) -> CascadeSafetyWitnessV0
fn clone(&self) -> CascadeSafetyWitnessV0
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 moreimpl Copy for CascadeSafetyWitnessV0
Source§impl Debug for CascadeSafetyWitnessV0
impl Debug for CascadeSafetyWitnessV0
impl Eq for CascadeSafetyWitnessV0
Source§impl PartialEq for CascadeSafetyWitnessV0
impl PartialEq for CascadeSafetyWitnessV0
Source§fn eq(&self, other: &CascadeSafetyWitnessV0) -> bool
fn eq(&self, other: &CascadeSafetyWitnessV0) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for CascadeSafetyWitnessV0
impl Serialize for CascadeSafetyWitnessV0
impl StructuralPartialEq for CascadeSafetyWitnessV0
Auto Trait Implementations§
impl Freeze for CascadeSafetyWitnessV0
impl RefUnwindSafe for CascadeSafetyWitnessV0
impl Send for CascadeSafetyWitnessV0
impl Sync for CascadeSafetyWitnessV0
impl Unpin for CascadeSafetyWitnessV0
impl UnsafeUnpin for CascadeSafetyWitnessV0
impl UnwindSafe for CascadeSafetyWitnessV0
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§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.