pub struct UndefinedField {
pub path: String,
pub undefined_reason: String,
}Fields§
§path: String§undefined_reason: StringTrait Implementations§
Source§impl Clone for UndefinedField
impl Clone for UndefinedField
Source§fn clone(&self) -> UndefinedField
fn clone(&self) -> UndefinedField
Returns a duplicate of the value. Read more
1.0.0 · 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 UndefinedField
impl Debug for UndefinedField
Auto Trait Implementations§
impl Freeze for UndefinedField
impl RefUnwindSafe for UndefinedField
impl Send for UndefinedField
impl Sync for UndefinedField
impl Unpin for UndefinedField
impl UnsafeUnpin for UndefinedField
impl UnwindSafe for UndefinedField
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