pub struct ExportWarning {
pub code: String,
pub spec_id: String,
pub passport_path: String,
pub message: String,
}Fields§
§code: String§spec_id: String§passport_path: String§message: StringTrait Implementations§
Source§impl Clone for ExportWarning
impl Clone for ExportWarning
Source§fn clone(&self) -> ExportWarning
fn clone(&self) -> ExportWarning
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 ExportWarning
impl Debug for ExportWarning
Source§impl<'de> Deserialize<'de> for ExportWarning
impl<'de> Deserialize<'de> for ExportWarning
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ExportWarning
impl PartialEq for ExportWarning
Source§impl Serialize for ExportWarning
impl Serialize for ExportWarning
impl StructuralPartialEq for ExportWarning
Auto Trait Implementations§
impl Freeze for ExportWarning
impl RefUnwindSafe for ExportWarning
impl Send for ExportWarning
impl Sync for ExportWarning
impl Unpin for ExportWarning
impl UnsafeUnpin for ExportWarning
impl UnwindSafe for ExportWarning
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