pub struct PortableScanWarning {
pub relative: Option<String>,
pub message_hash: String,
}Expand description
Warning evidence that cannot expose paths embedded in an OS error message.
Fields§
§relative: Option<String>§message_hash: StringTrait Implementations§
Source§impl Clone for PortableScanWarning
impl Clone for PortableScanWarning
Source§fn clone(&self) -> PortableScanWarning
fn clone(&self) -> PortableScanWarning
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 moreSource§impl Debug for PortableScanWarning
impl Debug for PortableScanWarning
impl Eq for PortableScanWarning
Source§impl From<&ScanWarning> for PortableScanWarning
impl From<&ScanWarning> for PortableScanWarning
Source§fn from(warning: &ScanWarning) -> Self
fn from(warning: &ScanWarning) -> Self
Converts to this type from the input type.
Source§impl PartialEq for PortableScanWarning
impl PartialEq for PortableScanWarning
impl StructuralPartialEq for PortableScanWarning
Auto Trait Implementations§
impl Freeze for PortableScanWarning
impl RefUnwindSafe for PortableScanWarning
impl Send for PortableScanWarning
impl Sync for PortableScanWarning
impl Unpin for PortableScanWarning
impl UnsafeUnpin for PortableScanWarning
impl UnwindSafe for PortableScanWarning
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