pub struct ShapeWarning {
pub path: FieldPath,
pub message: String,
}Expand description
A soft check that passed but may indicate misconfiguration.
Fields§
§path: FieldPath§message: StringTrait Implementations§
Source§impl Clone for ShapeWarning
impl Clone for ShapeWarning
Source§fn clone(&self) -> ShapeWarning
fn clone(&self) -> ShapeWarning
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 ShapeWarning
impl Debug for ShapeWarning
Source§impl Display for ShapeWarning
impl Display for ShapeWarning
Source§impl PartialEq for ShapeWarning
impl PartialEq for ShapeWarning
Source§fn eq(&self, other: &ShapeWarning) -> bool
fn eq(&self, other: &ShapeWarning) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ShapeWarning
Auto Trait Implementations§
impl Freeze for ShapeWarning
impl RefUnwindSafe for ShapeWarning
impl Send for ShapeWarning
impl Sync for ShapeWarning
impl Unpin for ShapeWarning
impl UnsafeUnpin for ShapeWarning
impl UnwindSafe for ShapeWarning
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