pub struct ModelCompliance {
pub model: ProtocolModel,
pub compliant: bool,
pub answer: String,
}Expand description
Model compliance result for a module.
Fields§
§model: ProtocolModel§compliant: bool§answer: StringTrait Implementations§
Source§impl Clone for ModelCompliance
impl Clone for ModelCompliance
Source§fn clone(&self) -> ModelCompliance
fn clone(&self) -> ModelCompliance
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 moreAuto Trait Implementations§
impl Freeze for ModelCompliance
impl RefUnwindSafe for ModelCompliance
impl Send for ModelCompliance
impl Sync for ModelCompliance
impl Unpin for ModelCompliance
impl UnwindSafe for ModelCompliance
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