pub struct ScanWarning {
pub relative: Option<String>,
pub message: String,
}Fields§
§relative: Option<String>§message: StringTrait Implementations§
Source§impl Clone for ScanWarning
impl Clone for ScanWarning
Source§fn clone(&self) -> ScanWarning
fn clone(&self) -> ScanWarning
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 ScanWarning
impl Debug for ScanWarning
impl Eq for ScanWarning
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 ScanWarning
impl PartialEq for ScanWarning
impl StructuralPartialEq for ScanWarning
Auto Trait Implementations§
impl Freeze for ScanWarning
impl RefUnwindSafe for ScanWarning
impl Send for ScanWarning
impl Sync for ScanWarning
impl Unpin for ScanWarning
impl UnsafeUnpin for ScanWarning
impl UnwindSafe for ScanWarning
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