pub struct ContractAudit {
pub description: String,
pub issues: Issues,
}
Fields§
§description: String
§issues: Issues
Trait Implementations§
Source§impl Clone for ContractAudit
impl Clone for ContractAudit
Source§fn clone(&self) -> ContractAudit
fn clone(&self) -> ContractAudit
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 ContractAudit
impl Debug for ContractAudit
Source§impl Default for ContractAudit
impl Default for ContractAudit
Source§fn default() -> ContractAudit
fn default() -> ContractAudit
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ContractAudit
impl<'de> Deserialize<'de> for ContractAudit
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 ContractAudit
impl PartialEq for ContractAudit
Source§impl Serialize for ContractAudit
impl Serialize for ContractAudit
impl StructuralPartialEq for ContractAudit
Auto Trait Implementations§
impl Freeze for ContractAudit
impl RefUnwindSafe for ContractAudit
impl Send for ContractAudit
impl Sync for ContractAudit
impl Unpin for ContractAudit
impl UnwindSafe for ContractAudit
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