pub struct SecurityInvariant {
pub id: &'static str,
pub summary: &'static str,
pub regression_test: &'static str,
pub metric: &'static str,
}Expand description
Stable Part 27 invariant registry entry.
Fields§
§id: &'static str§summary: &'static str§regression_test: &'static str§metric: &'static strTrait Implementations§
Source§impl Clone for SecurityInvariant
impl Clone for SecurityInvariant
Source§fn clone(&self) -> SecurityInvariant
fn clone(&self) -> SecurityInvariant
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 SecurityInvariant
Source§impl Debug for SecurityInvariant
impl Debug for SecurityInvariant
impl Eq for SecurityInvariant
Source§impl PartialEq for SecurityInvariant
impl PartialEq for SecurityInvariant
impl StructuralPartialEq for SecurityInvariant
Auto Trait Implementations§
impl Freeze for SecurityInvariant
impl RefUnwindSafe for SecurityInvariant
impl Send for SecurityInvariant
impl Sync for SecurityInvariant
impl Unpin for SecurityInvariant
impl UnsafeUnpin for SecurityInvariant
impl UnwindSafe for SecurityInvariant
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