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