pub(crate) struct StaticStatusFinding {
pub(crate) level: &'static str,
pub(crate) message: String,
}Fields§
§level: &'static str§message: StringTrait Implementations§
Source§impl Clone for StaticStatusFinding
impl Clone for StaticStatusFinding
Source§fn clone(&self) -> StaticStatusFinding
fn clone(&self) -> StaticStatusFinding
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 StaticStatusFinding
impl Debug for StaticStatusFinding
Auto Trait Implementations§
impl Freeze for StaticStatusFinding
impl RefUnwindSafe for StaticStatusFinding
impl Send for StaticStatusFinding
impl Sync for StaticStatusFinding
impl Unpin for StaticStatusFinding
impl UnsafeUnpin for StaticStatusFinding
impl UnwindSafe for StaticStatusFinding
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