pub struct SecurityWarning {
pub message: String,
pub component: String,
}Expand description
Security warning
Fields§
§message: String§component: StringTrait Implementations§
Source§impl Clone for SecurityWarning
impl Clone for SecurityWarning
Source§fn clone(&self) -> SecurityWarning
fn clone(&self) -> SecurityWarning
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 moreAuto Trait Implementations§
impl Freeze for SecurityWarning
impl RefUnwindSafe for SecurityWarning
impl Send for SecurityWarning
impl Sync for SecurityWarning
impl Unpin for SecurityWarning
impl UnwindSafe for SecurityWarning
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