pub struct SkippedSource {
pub uri: String,
pub skipped_reason: Option<String>,
pub reason: String,
}Fields§
§uri: String§skipped_reason: Option<String>§reason: StringTrait Implementations§
Source§impl Debug for SkippedSource
impl Debug for SkippedSource
Auto Trait Implementations§
impl Freeze for SkippedSource
impl RefUnwindSafe for SkippedSource
impl Send for SkippedSource
impl Sync for SkippedSource
impl Unpin for SkippedSource
impl UnsafeUnpin for SkippedSource
impl UnwindSafe for SkippedSource
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