pub struct CanonicalFieldLoss {
pub field: &'static str,
pub reason: String,
pub target_version: u32,
}Fields§
§field: &'static str§reason: String§target_version: u32Trait Implementations§
Source§impl Clone for CanonicalFieldLoss
impl Clone for CanonicalFieldLoss
Source§fn clone(&self) -> CanonicalFieldLoss
fn clone(&self) -> CanonicalFieldLoss
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 CanonicalFieldLoss
impl Debug for CanonicalFieldLoss
impl Eq for CanonicalFieldLoss
Source§impl PartialEq for CanonicalFieldLoss
impl PartialEq for CanonicalFieldLoss
Source§fn eq(&self, other: &CanonicalFieldLoss) -> bool
fn eq(&self, other: &CanonicalFieldLoss) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for CanonicalFieldLoss
impl Serialize for CanonicalFieldLoss
impl StructuralPartialEq for CanonicalFieldLoss
Auto Trait Implementations§
impl Freeze for CanonicalFieldLoss
impl RefUnwindSafe for CanonicalFieldLoss
impl Send for CanonicalFieldLoss
impl Sync for CanonicalFieldLoss
impl Unpin for CanonicalFieldLoss
impl UnsafeUnpin for CanonicalFieldLoss
impl UnwindSafe for CanonicalFieldLoss
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