pub struct InspectionInfo {
pub location: String,
pub device_info: String,
}Fields§
§location: String§device_info: StringTrait Implementations§
Source§impl Clone for InspectionInfo
impl Clone for InspectionInfo
Source§fn clone(&self) -> InspectionInfo
fn clone(&self) -> InspectionInfo
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 InspectionInfo
impl Debug for InspectionInfo
Source§impl<'de> Deserialize<'de> for InspectionInfo
impl<'de> Deserialize<'de> for InspectionInfo
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
impl Eq for InspectionInfo
Source§impl PartialEq for InspectionInfo
impl PartialEq for InspectionInfo
Source§impl Serialize for InspectionInfo
impl Serialize for InspectionInfo
impl StructuralPartialEq for InspectionInfo
Auto Trait Implementations§
impl Freeze for InspectionInfo
impl RefUnwindSafe for InspectionInfo
impl Send for InspectionInfo
impl Sync for InspectionInfo
impl Unpin for InspectionInfo
impl UnsafeUnpin for InspectionInfo
impl UnwindSafe for InspectionInfo
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