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